What’s the best free cross-platform c99 (or earlier) library for getting sound input (microphone, etc)?
What’s the best free cross-platform c99 (or earlier) library for getting sound input (microphone,
Share
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.
Have a look at PortAudio. It is an open source C-Library which supports many different audio driver back-ends on different platforms, including:
Windows
Mac
Linux
It also supports 32 and 64 bit versions of all the platforms.
The API is fairly clean and there are several good examples that are included in the source code.