fliping of audio in GUI
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/666810/image.jpeg)
In this part I have recorded an audio using mic, now I want to flip it.
0 Commenti
Risposte (1)
Bhaskar R
il 27 Giu 2021
>>fliped_voice = flip(myvoice)
>>plot(fliped_voice)
% if you want you want listen fliped version
>>flv = audioplayer(fliped_voice, 8000);
>>play(flv)
0 Commenti
Vedere anche
Categorie
Scopri di più su Code Generation and Deployment in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!