Help with speed multiplier button controls
Afficher commentaires plus anciens
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);
Réponses (0)
Catégories
En savoir plus sur Audio and Video Data dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!