Does anyone know how to access ALSA (low-level audio API) in Linux using Mono?
NOTE: I’m hoping to access ALSA using PInvoke.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.