Skip to content

A commandline application implemented by C for WAV To MP3 transformation

License

Notifications You must be signed in to change notification settings

skyeyester/c_wav2mp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wav2mp3

A commandline application implemented by C for WAV To MP3 transformation

Execute on Windows

  1. use "cmake -G 'MinGW Makefiles' ." to generate Makefile
  2. use "make" to generate Wav2Mp3.exe executable
  3. run the Wav2Mp3.exe with path of the test_files (e.g. $Wav2Mp3.exe YOUR_PATH\c_wav2mp3\samples)

Execute on Linux

  1. use "cmake -G 'Unix Makefiles' ." to generate Makefile
  2. use "make" to generate Wav2Mp3 executable
  3. run the Wav2Mp3 with path of the test_files (e.g. $Wav2Mp3 YOUR_PATH\c_wav2mp3\samples)

About

A commandline application implemented by C for WAV To MP3 transformation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published