A command line tool that converts files from wav to mp3
- Install lame library, Makefile is pointing to the standard lame install directory on linux, should be editted on windows.
- run make
*Tested on linux and windows (Cygwin)
wav2mp3 "wav-files-directory"
Result files will be placed in the same directory.
*Tested for wav files with 1,2 channels, 8,16,24,32 bits per sample.
*Uses VBR Encoding with quality 2.
- POSIX thread pool library (https://github.com/Pithikos/C-Thread-Pool)
- Lame project (http://lame.sourceforge.net/)