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.
- Host: GitHub
- URL: https://github.com/johnkearney1/wav2mp3
- Owner: JohnKearney1
- Created: 2023-05-22T01:54:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T20:04:30.000Z (over 2 years ago)
- Last Synced: 2025-09-26T19:37:45.310Z (about 1 month ago)
- Topics: compression, mp3, python
- Language: Python
- Homepage:
- Size: 44.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.