Skip to content

rob-mosher/sound-fugue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sound-fugue

SoundFugue: A generative sound exploration blending counterpoint and harmony, inspired by the structure of a musical fugue.

Setup

  1. Ensure you have Python 3.13 installed

    pyenv install 3.13
  2. Create and activate virtual environment

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install dependencies

    pip install -r requirements.txt
  4. Run the project

    python src/main.py input.wav
    # Or specify output file:
    python src/main.py input.wav -o output.wav
  5. When done, deactivate virtual environment

    deactivate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages