fliping of audio in GUI
3 ビュー (過去 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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Code Generation and Deployment についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!