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: calculation of the masking threshold (Read 2627 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

calculation of the masking threshold

Hi!

I am looking at the Vorbis source code.

I wonder how to calculate masking threshold.

Does Vorbis use "Johnston's method for calculation of the masking threshold"?



_vp_noisemask(psy_look, logmdct, noise);

Does this function calculate masking threshold?

I can't understand "bark_noise_hybridmp()" code.

Would you mind explianing about my questions to me?