Skip to content

mohamed-seyam/Sound-Equalizer-

Repository files navigation

sound-equalizer

license last-commit

Table of Contents

About The Project

This is a Sound Equalizer GUI App Using Python's PyQt5. It gives you the ability to play, pause, and Equalize any one-channel wav audio file

Toolbox

  • Python
    • PyQt5
    • pyqtgraph
    • FPDF
    • numpy
    • scipy
    • librosa
    • matplotlib

Setting Up the Environment

  1. Clone the repo

    • HTTPS
      https://github.com/RamadanIbrahem98/sound-equalizer.git
    • SSH
      git@github.com:RamadanIbrahem98/sound-equalizer.git
  2. Create a Virtual Environment (Optional)

    python -m venv .env
  3. Activate the virtual environment

    • using CMD
      .\.env\Scripts\activate
    • using PowerShell
      .\.env\Scripts\Activate.ps1
    • using Bash
      source .env/bin/activate
  4. Install the requirements and dependancies

    pip install -r requirements.txt
  5. Run the application

    python main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published