An open API service indexing awesome lists of open source software.

https://github.com/dedobbin/wav-to-mp3

Multithreated command-line tool for linux to convert wav files to mp3 files.
https://github.com/dedobbin/wav-to-mp3

commandline-tool mp3 wav

Last synced: about 1 month ago
JSON representation

Multithreated command-line tool for linux to convert wav files to mp3 files.

Awesome Lists containing this project

README

          

# wav-to-mp3
Commandline tool for linux to convert wav files to mp3 files.

## Dependencies
[lame](https://lame.sourceforge.io/)

## Build
``````
mkdir build
cd build
cmake ..
make
``````
## Usage
./converter path-to-dir-of-files