Skip to content

Synthesizer in Python

Oliver Beckstein edited this page Apr 5, 2016 · 1 revision
  • Charles Fortune
  • digital processor: create a python synthesiser

Approach

  • 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

Objectives

  1. generate continuous waveform
  2. apply distortion
  3. plot input and output
  4. write to playable audio file
  5. extra: analog GUI system
  6. extra: run on Raspberry Pi or Arduino

Clone this wiki locally