real time recording and playing the recorded audio
3 views (last 30 days)
Show older comments
Hello!
I am creating an app using the app designer and I need to create a real time audio recorder that will playback the recording.
I have build the recorder (that plots the signal) using timer with buffer of 100ms. So now I have trouble with adding the playing function to the recorder..
I have tried to do it in parallel but it dosen't work. if I put a sound(y,fs) function into the timer it will work only if the recording window size is 100ms (because of the buffer...)
I found a class audioPlayerRecorder but I don't understand how to use it for playing the recorded signal in real time..
Any ideas how to solve it?
Thanks
0 Comments
Answers (0)
See Also
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!