fliping of audio in GUI

4 visualizaciones (últimos 30 días)
Muhammad Talha Bashir
Muhammad Talha Bashir el 27 de Jun. de 2021
Respondida: Bhaskar R el 27 de Jun. de 2021
In this part I have recorded an audio using mic, now I want to flip it.

Respuestas (1)

Bhaskar R
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)

Categorías

Más información sobre Audio I/O and Waveform Generation en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by