A web application that allows users to speed up MP3 and WAV files. Built with Flask and pydub.
- Upload MP3 or WAV files
- Speed up audio files by 1.15x
- Maintains original audio quality
- Simple and intuitive web interface
- Fork this repository
- Go to Railway.app
- Create a new project
- Choose "Deploy from GitHub repo"
- Select this repository
- Railway will automatically detect the Python project and deploy it
- Install FFmpeg on your system
- Install Python dependencies:
pip install -r requirements.txt
- Run the Flask application:
python app.py
- Flask
- pydub
- FFmpeg
- HTML/CSS/JavaScript
- Bootstrap
MIT License