fliping of audio in GUI
    9 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    

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 Develop Apps Using App Designer 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!

