A | |
abort_stream [Portaudio] |
Abort a stream.
|
C | |
close_stream [Portaudio] |
Close a stream.
|
G | |
get_default_host_api [Portaudio] |
Index of the default host API.
|
get_default_input_device [Portaudio] |
Default input device.
|
get_default_output_device [Portaudio] |
Default output device.
|
get_device_count [Portaudio] |
Number of available devices.
|
get_host_api_count [Portaudio] |
Number of available host API.
|
get_last_host_error [Portaudio] |
Get the last errror which occured together with its description.
|
get_version [Portaudio] |
Version of portaudio.
|
get_version_string [Portaudio] |
Version of portaudio.
|
I | |
init [Portaudio] |
Initialize the portaudio library.
|
O | |
open_default_stream [Portaudio] | open_default_stream callback format inchans outchans rate bufframes opens
default stream with callback as callback function, handling samples in
format format with inchans input channels and outchans output channels
at rate samples per seconds with handling buffers of size bufframes .
|
R | |
read_stream [Portaudio] |
Read from a stream.
|
S | |
start_stream [Portaudio] |
Start a stream.
|
stop_stream [Portaudio] |
Stop a stream.
|
string_of_error [Portaudio] |
Get a description of an error.
|
T | |
terminate [Portaudio] |
Stop using the library.
|
W | |
write_stream [Portaudio] |
Write to a stream.
|