fliping of audio in GUI
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
In this part I have recorded an audio using mic, now I want to flip it.
0 commentaires
Réponses (1)
Bhaskar R
le 27 Juin 2021
>>fliped_voice = flip(myvoice)
>>plot(fliped_voice)
% if you want you want listen fliped version
>>flv = audioplayer(fliped_voice, 8000);
>>play(flv)
0 commentaires
Voir également
Catégories
En savoir plus sur Code Generation and Deployment 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!