フィルターのクリア

Implementing MP3 audio codec on MATLAB

15 ビュー (過去 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 Center および File ExchangeAudio 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