fliping of audio in GUI
조회 수: 1(최근 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 Simulation, Tuning, and Visualization 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!