Rewind - Fast Forward Button (Audio Player)
Mostrar comentarios más antiguos
Greetings everyone
So I coded an audio player(Matlab GUI) for wav files including a Play, Volume, Stop button etc.
Was wondering if it is possible to code a rewind and a fast-forward button while an audio file is playing.
Got any ideas or code samples to achieve that?
Here's my code for the Play Button:

Thanks in advance!
Respuestas (1)
jibrahim
el 22 de Abr. de 2022
0 votos
Hi Nikos,
dsp.AudioFileReader has a ReadRange property that controls the range of samples you want to read. Here is an idea: when you apply rewind or fast forward, you can stop playback (by alling release on the objects), and set the first value of ReadRange to the desired start location before you restart playback.
1 comentario
Nikos Korobos
el 22 de Abr. de 2022
Editada: Nikos Korobos
el 23 de Abr. de 2022
Categorías
Más información sobre Audio I/O and Waveform Generation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!