Module backends

Source
Expand description

§Backends

Home of the various backends supported by the library.

Each backend is provided in its own submodule. Types should be public so that the user isn’t limited to going through the main API if they want to choose a specific backend.

Modules§

alsa
ALSA backend
pipewire

Functions§

default_driver
Returns the default driver.
default_input_device
Default input device from the default driver for this platform.
default_input_device_from
Returns the default input device for the given audio driver.
default_output_device
Default output device from the default driver for this platform.
default_output_device_from
Returns the default input device for the given audio driver.