An easy GUI to work with FLAC and LAME command line tools, allowing conversions from/to MP3, FLAC and WAV audio formats.
Once dowloaded, write the paths in flac-lame-frontend.ini
file.
This project uses WinLamb library in a submodule.
After cloning the repository, pull the submodule files by running:
git submodule init
git submodule update
The project showcases the following WinLamb features:
- main and modal dialogs;
- parallel multi-threaded background operations;
- listview control;
- combobox control;
- group of radio controls;
- progress indicator on taskbar;
- read from INI files;
- enumerate files in directories;
- execute external command-line programs.