Skip to content

EsstafaSoufiane/SongStretcher

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published