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

https://github.com/johnkearney1/wav2mp3

Simple python script to compress wav files to mp3 format in bulk.
https://github.com/johnkearney1/wav2mp3

compression mp3 python

Last synced: 27 days ago
JSON representation

Simple python script to compress wav files to mp3 format in bulk.

Awesome Lists containing this project

README

          

# WAV2MP3

Python script to quickly convert and compress WAV audio to MP3 format without audible quality loss.
Requires FFmpeg.

# Usage

`pip install -r requirements.txt`

Place `.wav` files (any number) in the `files` directory, then run main.py.
Your converted files are placed in the `converted` folder.