x21-utilities¶
- 01-list-to-audio-file.py - Saving list of floats to audio file on disk
- 02-get-method.py - Retrieving current value of a PyoObject as a python float
- 03-set-method.py - Setting audio object parameter’s value with portamento
- 04-buffer-interface.py - Sharing a table with a numpy array using the buffer protocol
- 05-batch-processing.py - Offline processing of multiple audio files in batch
- 06-batch-synthesis.py - Offline batch generation of synthesis sounds
- 07-upsamp-processing.py - Applying digital signal processing at a higher sampling rate
- 08-multiple-threads.py - Launching the audio processing in a separated thread
- 09-audio-mixer.py - Mixing multiple inputs to multiple outputs with fading time