-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sndio backend fails unless sndiod (daemon) is started on FreeBSD #746
Comments
It seems that FreeBSD doesn't support LSB-aligned samples. FWIW, the current cubeb_sndio encoding is the native sndiod one, which avoids conversions on the sndiod side. Here's a quick diff to use the more common MSB-aligned encoding: Does it work for you? |
ratchov@8ec312d doesn't help:
|
vishwin
pushed a commit
to vishwin/freebsd-ports
that referenced
this issue
Apr 18, 2023
freebsd-git
pushed a commit
to freebsd/freebsd-ports
that referenced
this issue
Apr 18, 2023
mozilla/cubeb#746 (cherry picked from commit b8d38e8)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Regressed by #743. Affects
cubeb-test
but nottest_audio
. CC @ratchovFound via RPCS3/Yuzu/Citra which unlike Firefox (see
media.cubeb.backend
) don't expose a way to force a specific cubeb backend.The text was updated successfully, but these errors were encountered: