diff options
author | Tobias Kortkamp <[email protected]> | 2020-01-07 14:56:25 +0000 |
---|---|---|
committer | Alex Chronopoulos <[email protected]> | 2020-01-07 15:56:25 +0100 |
commit | 3ab507569153221a72bb79d40947d1f991303abf (patch) | |
tree | 74846ea3d9f20e9f8aadadaf0efa0f7ad718a88f /test/test_ring_buffer.cpp | |
parent | aa636017aca8f79ebc95fb9f03b9333eaf9fd8fc (diff) | |
download | cubeb-3ab507569153221a72bb79d40947d1f991303abf.tar.gz cubeb-3ab507569153221a72bb79d40947d1f991303abf.zip |
Always use SIO_DEVANY on FreeBSD/DragonFly (#564)
Forcing cubeb to snd/0 is entirely inappropriate for FreeBSD where
using the sndio backend without a running sndiod is completely ok
and does not suffer from the same drawbacks (blocking the audio
device) as ALSA on Linux.
Using SIO_DEVANY (i.e., "default") will cause libsndio to open the
default device /dev/dsp on FreeBSD, so libsndio can be used without
running sndiod or extra configuration like setting the AUDIODEVICE
environment variable.
Regressed by a7b7cdbeeb79191fbf9c8dbe3934d9d1c5531067.
Signed-off-by: Tobias Kortkamp <[email protected]>
Diffstat (limited to 'test/test_ring_buffer.cpp')
0 files changed, 0 insertions, 0 deletions