Clear Filters
Clear Filters

Implementing MP3 audio codec on MATLAB

15 views (last 30 days)
Karamjit Singh Bedi
Karamjit Singh Bedi on 25 Apr 2023
Answered: Piyush on 15 Jun 2023
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 Comments
Image Analyst
Image Analyst on 26 Apr 2023
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 on 26 Apr 2023
If and when you have a question: have a read here and here. It will greatly improve your chances of getting an answer.

Sign in to comment.

Answers (1)

Piyush
Piyush on 15 Jun 2023
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 -

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!