필터 지우기
필터 지우기

how can zip an audio file 3x in matlab?

조회 수: 1 (최근 30일)
sedanur yildirim
sedanur yildirim 2022년 11월 2일
답변: Daksh 2022년 11월 8일
how can I zip an audio file 3x in matlab?
Could you help me please?
Thanks your advice.

답변 (1개)

Daksh
Daksh 2022년 11월 8일
Hi, it is my understanding that you intend to zip a 3x audio file in MATLAB. I assume that you have already procured the 3x audio file of use.
To zip the audio file (audio.mp3) in the current directory to a folder in the current directory (zipfolder), use the following command:
zip('zipfolder','audio.mp3');
You need to specify the audio format of the file at the end; here it is .mp3, it could also be .wav.
Refer to these MATLAB links if you face issues with audio preprocessing, or zipping files:
Hope it helps

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by