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: M/S stereo threshold (Read 1613 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

M/S stereo threshold

In lame code,

it uses M/S stereo threshold. ( from Johnston & Ferreira 1992 ICASSP paper )

why does it use max value that THRm =max(BTHRm, min(BTHRs,MLDs))?

THRm ( M channel threshold)
BThRs ( S channel basic threshold)
MLDs  ( S channel MLD)

I think it must use min value because of unmasking stereo effect.

and is it right?

MLD = spread signal energy * masking level difference factor(1-0.001)

what is MLD?


I always thank you for your help.