NotJINXZ / SoundModification

Create 8d, slowed + reverbed audios in python using a gui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sound Manipulation Application

This is a Python application that allows users to manipulate audio files downloaded from YouTube or selected from the local file system.

Features

  • Download audio from YouTube URLs.
  • Apply 8D effect and reverb to audio files.
  • Save processed audio to the local file system.
  • Browse and select local MP3 files for processing.
  • Open the processed audio file after completion.

Installation

  1. Clone the repository:
git clone https://github.com/NotJINXZ/SoundModification.git
cd SoundModification
  1. Install the required dependencies:
pip install -r requirements.txt

Usage

Run the application by executing the main.py file:

python main.py

Follow the on-screen instructions to process audio files.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Create 8d, slowed + reverbed audios in python using a gui


Languages

Language:Python 100.0%