-
Notifications
You must be signed in to change notification settings - Fork 314
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
direwolf cannot use sound cards on OpenBSD #229
Comments
@irl Do you know whether this is still true; if not, can the issue be closed? |
There are people using direwolf on OpenBSD. |
I have not looked at this for a while, if others are using it then this could be closed. It did require specific support for sndio to be implemented so that would also be a clue.
…On Fri, Mar 28, 2025, at 8:02 PM, chris_debian wrote:
@irl <https://github.com/irl> Do you know whether this is still true; if not, can the issue be closed?
—
Reply to this email directly, view it on GitHub <#229 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAJHCS2VWYL2FMZP34KBKKL2WWMEVAVCNFSM6AAAAAB2AKVICOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONRSGMZTIMRYGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
chrisdebian*chrisdebian* left a comment (wb2osz/direwolf#229) <#229 (comment)>
@irl <https://github.com/irl> Do you know whether this is still true; if not, can the issue be closed?
—
Reply to this email directly, view it on GitHub <#229 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAJHCS2VWYL2FMZP34KBKKL2WWMEVAVCNFSM6AAAAAB2AKVICOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONRSGMZTIMRYGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The cmake build allows direwolf to build successfully on OpenBSD, but it selects PortAudio as the backend and then tries to use a sndio device. This results in garbled sounds.
See http://www.sndio.org/ for the sndio API details.
(Everything works correctly if you feed the audio in from rtl_fm.)
The text was updated successfully, but these errors were encountered: