Converts FLAC audio files to WAV format optimized for Rekordbox/CDJ compatibility.
- Python 3
- ffmpeg
Install ffmpeg:
- macOS:
brew install ffmpeg - Linux:
sudo apt install ffmpeg - Windows: Download from https://ffmpeg.org/download.html
- Place your FLAC files in the
Input/folder - Run the conversion:
python3 convert.py- Converted WAV files will be saved in the
Output/folder
- Format: WAV
- Sample Rate: 44100 Hz (CD quality)
- Bit Depth: 16-bit
- Channels: Stereo (2 channels)