-
Notifications
You must be signed in to change notification settings - Fork 4
Module
Sumanth edited this page Mar 27, 2018
·
4 revisions
The Module class is contains a suite of functions that operate on lists corresponding to audio blocks. These may be sound sources (oscilators, generators), effects modules or utility modules. An instance of the Module class is created during the initiation of the Patcher class. It is however, possible to create your own custom PyAudio/wave instance and merely use a Module object without Patcher.
Usage:
sampling_rate = 11000
module = Module(sampling_rate)