/synth

A place to throw my wave related projects this summer.

Primary LanguagePython

synth

A place to throw my wave related projects this summer.

Quickstart Process (ensure Python 3.9 and Pip are installed)

Installation

git clone https://github.com/graysoncroom/synth.git
cd synth
pip install matplotlib

Run the Program

If you use Linux and /bin/python is where your Python 3.9 binary is located:

chmod +x main.py
./main.py

Otherwise:

python main.py

Libraries Used

Standard Lib

  • math
  • struct
  • wave

External

  • matplotlib