Skip to content

A native Win32 GUI to work with FLAC and LAME command line tools.

License

Notifications You must be signed in to change notification settings

rodrigocfd/flac-lame-frontend

Repository files navigation

FLAC and LAME front end

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.

Screenshot

WinLamb library

This project uses WinLamb library in a submodule.

After cloning the repository, pull the submodule files by running:

git submodule init
git submodule update

Showcase

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.