fliping of audio in GUI

조회 수: 1 (최근 30일)
Muhammad Talha Bashir
Muhammad Talha Bashir 2021년 6월 27일
답변: Bhaskar R 2021년 6월 27일
In this part I have recorded an audio using mic, now I want to flip it.

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Code Generation and Deployment에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by