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.
- Host: GitHub
- URL: https://github.com/dedobbin/wav-to-mp3
- Owner: dedobbin
- Created: 2020-09-20T20:13:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T20:22:36.000Z (almost 2 years ago)
- Last Synced: 2024-03-18T20:57:50.795Z (almost 2 years ago)
- Topics: commandline-tool, mp3, wav
- Language: C++
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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