How to compress audio file to lower bits

조회 수: 3 (최근 30일)
Mohamad
Mohamad 2018년 5월 2일
댓글: Mohamad 2018년 5월 3일
Hi How to compress audio file ( reduce bits ) for transmission .
  댓글 수: 4
Jan
Jan 2018년 5월 3일
편집: Jan 2018년 5월 3일
You can zip the file, use 7z or RAR, MP3, OGG, or FLAC. Maybe you want to import a WAV file with 16 bit values, round them to 8 bit, create a new WAV file and transmit it. Currently posting an answer requires to guess, what you want. Please mention the details.
Mohamad
Mohamad 2018년 5월 3일
I have a recorded Audio file named 1.WAV , [y,fs]=audioread('1.wav'); >> whos y Name Size Bytes Class Attributes
y 131072x1 1048576 double
I need to make matlab code to perform a Lossy compression method to this audio file .
I need to check compression ratio , Bit Rate Reduction , Play the compressed Audio file , compare with the original Audio file .
But i don't want to use audiowrite to make .mp4 file .

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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