fliping of audio in GUI

In this part I have recorded an audio using mic, now I want to flip it.

Answers (1)

>>fliped_voice = flip(myvoice)
>>plot(fliped_voice)
% if you want you want listen fliped version
>>flv = audioplayer(fliped_voice, 8000);
>>play(flv)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products

Release

R2018a

Asked:

on 27 Jun 2021

Answered:

on 27 Jun 2021

Community Treasure Hunt

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

Start Hunting!