Help with speed multiplier button controls
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i have two speed button, one fast and the other slow. i want to be able to control the playback with my play/resume, pause and stop button. How do i go about doing that?
global Fs;
global audio1;
global y;
Fs = Fs*2;
audio1 = audioplayer(y,Fs);
play(audio1);
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Audio and Video Data en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!