fliping of audio in GUI
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
In this part I have recorded an audio using mic, now I want to flip it.
0 comentarios
Respuestas (1)
Bhaskar R
el 27 de Jun. de 2021
>>fliped_voice = flip(myvoice)
>>plot(fliped_voice)
% if you want you want listen fliped version
>>flv = audioplayer(fliped_voice, 8000);
>>play(flv)
0 comentarios
Ver también
Categorías
Más información sobre Code Generation and Deployment en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!