Implementing MP3 audio codec on MATLAB

조회 수: 13 (최근 30일)
Karamjit Singh Bedi
Karamjit Singh Bedi 2023년 4월 25일
답변: Piyush 2023년 6월 15일
I want to programmatically implement the algorithms for WAV to MP3 compression and decompression on MATLAB, without using any direct functions. I want to implement it in such a way that I can control the extent of compression.
Please dont send me MATLAB scripts without any explanation, because this implementation is a part of a research project.
  댓글 수: 2
Image Analyst
Image Analyst 2023년 4월 26일
OK, good luck with your project. Thanks (I guess) for the announcement of your plans. If you want, when you're done, you can submit it to the File Exchange if you think it might be of benefit to other people.
Rik
Rik 2023년 4월 26일
If and when you have a question: have a read here and here. It will greatly improve your chances of getting an answer.

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

답변 (1개)

Piyush
Piyush 2023년 6월 15일
Hello,
I understand that you want to convert WAV to MP3 compression and decompression.
For this, you can refer this MATLAB answers that addresses the issue that you are trying to solve.
Also, you want to control the extent of compression. For achieving this, there is a fixed bit rate being used in the above answer, you can try to experiment with different bitrate settings to achieve the desired level of audio quality.
Refer the following documentations to read in detail about the functions -

카테고리

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

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by