![]() Audio and record initializations are unified by providing helper functions for opening the audio device and for setting the device parameters. The ioctl calls are properly checked for errors and log an appropriate error message. The init fails if the requested parameters are not supported by the device, i.e. 44.1kHz 16bit stereo for playback. This provides consistent behavior with all the other audio backends. |
||
---|---|---|
.. | ||
audiobackend_alsa.cpp | ||
audiobackend_coreaudio.cpp | ||
audiobackend_directsound.cpp | ||
audiobackend_libao.cpp | ||
audiobackend_null.cpp | ||
audiobackend_oboe.cpp | ||
audiobackend_omx.cpp | ||
audiobackend_oss.cpp | ||
audiobackend_pulseaudio.cpp | ||
audiobackend_sdl2.cpp | ||
audiostream.cpp | ||
audiostream.h |