osxmidi / LinVst

Linux Windows vst wrapper/bridge
GNU General Public License v3.0
674 stars 41 forks source link

Issue with Loudness Monitoring #178

Closed reedacartwright closed 3 years ago

reedacartwright commented 3 years ago

I'm experimenting with using windows loudness monitoring VSTs through this plugin. However, when I use the VSTs in Audacity via LinVST there is a consistent +3 LUFS gain. I assume this has something to do with Wine/LinVST converting the audio signal between stereo and mono, and the VSTs getting confused.

Does this make sense? Is there anyway to fix it?

Edit: If I hit "Apply" in Audacity I get the correct loudness for the reference file (-16 LUFS), but if I use "play" I get (-13 LUFS). Strange. I'm pretty sure this is a user problem, but I don't know where to look to fix it.

keybreak commented 3 years ago

Can you name dev / name / version of loudness monitoring VSTs so we can also test them?

reedacartwright commented 3 years ago

Here are the links to what I'm using:

The last two have Linux versions that can be used to compare.

reedacartwright commented 3 years ago

Here's another thing that I observed. If I hit "Play" there is a console message of the VST running and then existing and the loudness is measured as 3 LUFS highter. If I hit "Apply" there is no console message and the Loudness is measured correctly.

reedacartwright commented 3 years ago

I'm not sure it is an issue with your wrapper anymore. I created an issue with audacity in case it is on their end. https://github.com/audacity/audacity/issues/723