Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Encoder AAC in Matlab (Read 2893 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Encoder AAC in Matlab

Hi,

I´m checking an AAC encoder design in Matlab, the code is in this page: http://www.mathworks.com/matlabcentral/fil...137-aac-encoder. I have many questions about this.

I´m new in the world of the audio encoders but I have checked some parameters as the scale factors and mdct coefficients.

The encoder works only for the audio that contains the program, because applying other audio there are some errors (no playing or no decoding)

Can you tell me, what parameters I should modify for that the encode works with other audio (I should modify MAX_SFB o another parameter?)

Thanks...