Question

Does anyone know how to access ALSA (low-level audio API) in Linux using Mono?

NOTE: I'm hoping to access ALSA using PInvoke.

Was it helpful?

Solution

I believe there are not any bindings for Mono. You could look at the Python ALSA bindings and the Mono D-BUS bindings and try to build your own.

However, it would probably be better and easier for you to just use GStreamer. The Mono GStreamer bindings are mature and work well.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top