record Voice
-
-
Hello I want to record sound from Sound card to memory(buffer). That sound is generated by people using microphone. How can I decide it? I am not have any Idea now. If you have any suggestion, help me pls? Thank you so much for you help. Thank you
Hi, this is exactly what I am doing now. I am using the MCI commands, WaveInOpen(), mmioWrite(), etc. There are some good articles here that helped me. But, I had to take a combination of the articles to actually get my project to work. Check out MCI at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/htm/\_win32\_mci.asp Bill Dennis Orlando, FL
-
Hello I want to record sound from Sound card to memory(buffer). That sound is generated by people using microphone. How can I decide it? I am not have any Idea now. If you have any suggestion, help me pls? Thank you so much for you help. Thank you
The 1st thing u hv to do is either create ur own wave class or get the function like what hv suggest by the guy who reply to u to do ur class. use msdn library to help you talking to ( do programming) the soundcard to buffer.u cn get msdn library online in vc++ developer centre or u jst buy the license or cd of it and can use offline. you can take the wavein.cpp i jst posted in jst nw as a reference too. The file is about how to get the signal frm sound card to buffer.and at the same time, could u also help me to ask others how to read the buffer to display or do signal processing later? if yes, i would be very aprreciate ur help. thx a lot.gd luck..