Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 797 Bytes

README.md

File metadata and controls

38 lines (32 loc) · 797 Bytes

SongStretcher

A web application that allows users to speed up MP3 and WAV files. Built with Flask and pydub.

Features

  • Upload MP3 or WAV files
  • Speed up audio files by 1.15x
  • Maintains original audio quality
  • Simple and intuitive web interface

Deployment on Railway

  1. Fork this repository
  2. Go to Railway.app
  3. Create a new project
  4. Choose "Deploy from GitHub repo"
  5. Select this repository
  6. Railway will automatically detect the Python project and deploy it

Local Development

  1. Install FFmpeg on your system
  2. Install Python dependencies:
pip install -r requirements.txt
  1. Run the Flask application:
python app.py

Technologies Used

  • Flask
  • pydub
  • FFmpeg
  • HTML/CSS/JavaScript
  • Bootstrap

License

MIT License