https://github.com/owencochell/python-audio-synth
A work in progress mono synth written in python
https://github.com/owencochell/python-audio-synth
Last synced: about 1 month ago
JSON representation
A work in progress mono synth written in python
- Host: GitHub
- URL: https://github.com/owencochell/python-audio-synth
- Owner: OwenCochell
- License: mit
- Created: 2021-02-04T14:54:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-10T20:17:58.000Z (about 5 years ago)
- Last Synced: 2025-02-21T14:39:30.435Z (over 1 year ago)
- Language: Python
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-audio-synth
A work in progress modular mono synth written in python
# Disclaimer
This is a huge work in progress!
Some features may not run well, break, or do something unexpected.
We expect pyaudio to be installed if the audio is going to be played over the speakers.
Some parts of this project are written in C code,
for speed purposes as well as functionality.
You can use make to build the necessary C files.
To do this, run make in the root directory like so:
>make
To clean unecessary object files:
>make clean