sound
Module for generating and playing sounds.
This module contains the following files:
sounds.py : Defines classes for generating sounds jackclient.py : Define the interface to the jack client pyoserver.py : Defines the interface to the pyo server
The use of pyoserver is discouraged in favor of jackclient. This is controlled by the pref AUDIOSERVER.
- jackclient
- pyoserver
- base - sound
Sound
Pyo_Sound
Jack_Sound
Jack_Sound.PARAMS
Jack_Sound.type
Jack_Sound.server_type
Jack_Sound.init_sound()
Jack_Sound.chunk()
Jack_Sound.set_trigger()
Jack_Sound.wait_trigger()
Jack_Sound.get_nsamples()
Jack_Sound.quantize_duration()
Jack_Sound.buffer()
Jack_Sound.buffer_continuous()
Jack_Sound.play()
Jack_Sound.play_continuous()
Jack_Sound.iter_continuous()
Jack_Sound.stop_continuous()
Jack_Sound.end()
get_sound_class()
- sounds