0

I am learning Pyprocessing. It comes with the regular processing platform that originally was written in Java. Many of the example projects that come bundled with processing have also been written in Python but not any of the audio libraries/examples.

I tried searching google but haven't found anything as of yet.

Does anyone know of a good resource where I can learn to do basic things with the audio library in pyprocessing such as playing audio and filtering audio?

George Profenza
  • 50,687
  • 19
  • 144
  • 218

1 Answers1

0

I've used pyaudio and SWMixer for basic audio needs on a project.

Other python-audio resources I found useful at the time:

George Profenza
  • 50,687
  • 19
  • 144
  • 218