-
Notifications
You must be signed in to change notification settings - Fork 2
Synthesizer in Python
Oliver Beckstein edited this page Apr 5, 2016
·
1 revision
- Charles Fortune
- digital processor: create a python synthesiser
- start with a regular waveform (eg simple sine)
- modify waveform (with well defined mathematical models), phase shift, ...
- ThinkDSP module exists but this would be different
- generate continuous waveform
- apply distortion
- plot input and output
- write to playable audio file
- extra: analog GUI system
- extra: run on Raspberry Pi or Arduino