A modern GUI application for converting audio files between different formats.
- Convert between a wide range of audio formats
- Modern and user-friendly interface
- Simple drag-and-drop file selection
- Progress feedback and error handling
- Python 3.8 or higher
- FFmpeg (required for audio conversion)
- Install the required Python packages:
pip install -r requirements.txt- Install FFmpeg:
- Windows: Download from FFmpeg website and add to PATH
- Linux:
sudo apt-get install ffmpeg - macOS:
brew install ffmpeg
- Run the application:
python main.py- Click "Select Audio File" to choose the file you want to convert
- Select the desired output format from the dropdown menu
- Click "Convert" and choose where to save the converted file
- Common: MP3, WAV, OGG, FLAC, AAC, M4A, AIFF, WMA
- High Quality: AC3, DTS, MKA
- Mobile: MP2, MP4, M4B, M4R, 3GP, AMR
- Specialized: AU, CAF, DSS, GSM, M4P, MMF, MPC, RA, VOC, W64, WEBM
All input formats are also available as output formats, allowing for conversion between any supported format.