Linux support and AlsaOut() backend #1134
PlatinumLucario
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Something I've been thinking about for quite a while, since I'm currently helping with a project. There's a function in NAudio called
WasapiOut()
, but WASAPI is a Windows-only API.While I am aware that NAudio itself is cross-platform, what if there was a function called
AlsaOut()
? That would definitely make it more easier to program sound when targeting Linux distributions, just as it does forWasapiOut()
.So instead of WASAPI, it will use the ALSA APIs instead, and support all the ALSA functions.
But what do you think? Is there anything that would also be needed for a
AlsaOut()
function to be added in? I'd really like to know.Beta Was this translation helpful? Give feedback.
All reactions