audio recording - synchronous execution
Afficher commentaires plus anciens
Hello,
I want to record audio from laptop's microphone and simultaneously "hit" play on some other non-matlab application.
I am using the following to record the audio -
recObj = audiorecorder;
recordblocking(recObj , 10);
what's the best way to do that the above script will start the exact moment I press a button with my mouse on some other application?
Thanks
1 commentaire
Geoff Hayes
le 12 Oct 2015
Moose - to be clear, you want your MATLAB script to somehow "listen" for when the play button has been pressed on some other non-MATLAB application. Is this correct?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Audio and Video Data dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!