Implementing MP3 audio codec on MATLAB

21 次查看(过去 30 天)
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 -

产品


版本

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by