A commandline application implemented by C for WAV To MP3 transformation
- use "cmake -G 'MinGW Makefiles' ." to generate Makefile
- use "make" to generate Wav2Mp3.exe executable
- run the Wav2Mp3.exe with path of the test_files (e.g. $Wav2Mp3.exe YOUR_PATH\c_wav2mp3\samples)
- use "cmake -G 'Unix Makefiles' ." to generate Makefile
- use "make" to generate Wav2Mp3 executable
- run the Wav2Mp3 with path of the test_files (e.g. $Wav2Mp3 YOUR_PATH\c_wav2mp3\samples)