matlab - play an segments of audio file and synchronise with moving line on graph -
i m having audio wav.i plot graph of audio wav vs time of audio wav. have points ex: 4 points .i plotted vertical line on graph @ 4 points. 4 points on graph made 5 segment.audio file start time 1,and end time 10;
a=[1 4 7 9]; s= start-time end-time s1 1 4 s2 4 7 s3 7 9 s4 9 10
now want play segment @ same time line should move synchronously start-time of segment , stop @ end-point of segment.
Comments
Post a Comment