pya.backend.PyAudio

Module Contents

Classes

PyAudioBackend

Helper class that provides a standard way to create an ABC using

class pya.backend.PyAudio.PyAudioBackend(format=pyaudio.paFloat32)

Bases: pya.backend.base.BackendBase

Helper class that provides a standard way to create an ABC using inheritance.

_boot_delay = 0.5
bs = 512
get_device_count()
get_device_info_by_index(idx)
get_default_input_device_info()
get_default_output_device_info()
open(rate, channels, input_flag, output_flag, frames_per_buffer, input_device_index=None, output_device_index=None, start=True, input_host_api_specific_stream_info=None, output_host_api_specific_stream_info=None, stream_callback=None)
process_buffer(buffer)
terminate()