Click here to Skip to main content
16,021,041 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:

hello,
i want to build an application in c++ that record the sound from microphone.
the application need to run in the background and when the user is speak to the microphone ,the app wakeup and record whats the user says.

i dont know how to do the wake up exactly when the user start talking to the microphone.

please help me.

thanx.

Posted

1 solution

You would need to have a service or a task tray app running that listened for microphone input.  Apps don't just 'wake up', another app needs to listen for the signal and respond to it.

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900