real time audio wave plot

9 views (last 30 days)
Kathleen Rosales
Kathleen Rosales on 9 Mar 2013
Answered: Marcus Vollmer on 13 Jun 2014
how can i display the real time wave plot on an axes??
i'm using GUI which allows me to record and browse audio.. when i click the play button i want to display the wave plot on the axes.. i have no idea how to do this...
help please :D
  5 Comments
Kathleen Rosales
Kathleen Rosales on 10 Mar 2013
that is my code............

Sign in to comment.

Answers (2)

Walter Roberson
Walter Roberson on 10 Mar 2013
This cannot be done in MATLAB.
You might be able to get somewhere using the extensions of the (third-party) PsychToolBox
  1 Comment
Daniel Shub
Daniel Shub on 10 Mar 2013
Edited: Walter Roberson on 10 Mar 2013
The ability to perceive audio-visual asynchrony is a lot slower ( 100 ms or so) compared to the temporal resolution of the auditory system ( http://www.ncbi.nlm.nih.gov/pubmed/12765396 0.02ms). You can probably come pretty close with standard MATLAB and an audioplayer object (or better its ASIO implementation which I haven't tried yet).

Sign in to comment.


Marcus Vollmer
Marcus Vollmer on 13 Jun 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!