Skip to content

A C++ Qt tool for generating a sharable album for Discazos website (see https://github.com/lucianolev/discazos). Includes a low-level simple MP3 file reader in C++.

License

Notifications You must be signed in to change notification settings

lucianolev/discazos-creator

Repository files navigation

Discazos Creator

Last update: June 2012.

A desktop C++ Qt app. Tested only on Linux, but should be portable to other plaforms easily.

This app was made to allow a user from Discazos community (see https://github.com/lucianolev/discazos) to generate an special MP3 file to be shared as an album to Discazos site (external file hosting site indeed).

What may be interesting from this source code?

Probably not Qt GUI code, but the low-level C++ only MP3 library "libmp3basics". This lib reads and extracts mp3-related info from an MP3 file. It also may serve as a documentation of the format (the MP3 frame).

Interesting source to look at

libmp3basics: https://github.com/lucianolev/discazos-creator/tree/master/src/libmp3basics

Using the lib to concatenate mp3 files: https://github.com/lucianolev/discazos-creator/blob/master/src/models/albuminfo.cpp

About

A C++ Qt tool for generating a sharable album for Discazos website (see https://github.com/lucianolev/discazos). Includes a low-level simple MP3 file reader in C++.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published