
How to capture voice using OpenAL in VC++?
Posted Monday, 1 March, 2010 - 12:03 by jolvin inhi, i'm newbie in vc++ as well as OpenAL. I am currently working on a project which touching voice capturing and would like to use OpenAL to capture the voice via microphone but i have no idea how to start writing the code in vc++ with OpenAL. Can anyone guide me to begin my project? Thanks.


Comments
Re: How to capture voice using OpenAL in VC++?
Checkout OpenAL SDK: http://connect.creativelabs.com/openal/Downloads/Forms/AllItems.aspx
It has sample project will full source code for capturing audio, and writing it to wav file.