- The application is called with pathname as argument, all WAV-files contained directly in that folder are to be encoded to MP3;
- Use all available CPU cores for the encoding process in an efficient way by utilizing multi-threading;
- Statically link to lame encoder library;
- Application should be compilable and runnable on Windows and Linux;
- The resulting MP3 files are to be placed within the same directory as the source WAV files, the filename extension should be changed appropriately to .MP3 non-WAV files in the given folder shall be ignored;
- Multithreading shall be implemented by means of using Posix Threads;
- The Boost library shall not be used;
- The LAME encoder should be used with reasonable standard settings.
-
Notifications
You must be signed in to change notification settings - Fork 0
Simple wav to mp3 convertor
License
Kirill71/wav2mp3
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Simple wav to mp3 convertor
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published