fliping of audio in GUI
2 ビュー (過去 30 日間)
表示 古いコメント

In this part I have recorded an audio using mic, now I want to flip it.
0 件のコメント
回答 (1 件)
Bhaskar R
2021 年 6 月 27 日
>>fliped_voice = flip(myvoice)
>>plot(fliped_voice)
% if you want you want listen fliped version
>>flv = audioplayer(fliped_voice, 8000);
>>play(flv)
0 件のコメント
参考
カテゴリ
Find more on Audio Plugin Creation and Hosting in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!