Pyo 1.0.6 documentation
previous | next | index

Table of Contents

  • About pyo
  • Installing pyo with pip
  • Compiling pyo from sources
  • Structure of the library
  • Getting started
  • Configuring the audio output (Windows)
  • Improve performance of pyo programs
  • API documentation
  • Examples
    • First steps
    • Parameter control
    • Synthesis generators
    • Playing with soundfiles
    • Amplitude envelopes
    • Filtering
    • Creating sound effects
    • Dynamic range of audio signals
    • Calling python functions from audio objects
    • Using tables
    • Processing in the spectral domain
    • Using 2D tables (matrix)
    • How to use MIDI with pyo
    • How to use OSC with pyo
    • Multirate audio processing
    • Multicore audio programming
    • Utilities
    • Events framework
    • Evaluating prefix expression
  • Advanced tutorials

Search

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
previous | next | index
© Copyright 2025, Olivier Bélanger. Created using Sphinx 8.2.3.