Implementing MP3 audio codec on MATLAB
12 次查看(过去 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
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.
回答(1 个)
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 -
Open file selection dialog box - MATLAB uigetfile (mathworks.com) – opens file selection dialogue box
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!