How to reset or close sound() player?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
J. McCabe
le 18 Jan 2017
Réponse apportée : J. McCabe
le 20 Jan 2017
I have a script with two calls to the soundsc() function in Matlab. The first plays an array of samples, the second plays a modified array for comparison. However, only the first is played. I assume I need to close or reset the soundsc() player between subsequent calls, but can't find anything on how to do that. I tried
clear playsnd
clear sound
but neither works.
Anyone know what I'm doing wrong? Thanks.
1 commentaire
Réponse acceptée
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Audio and Video Data dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!