Normal
In MP Code MediaPortal-1/BassAudioEngine.cs at master · MediaPortal/MediaPortal-1 · GitHubdbLeft = Un4seen.Bass.Utils.LevelToDB(peakL, 65535);dbRight = Un4seen.Bass.Utils.LevelToDB(peakR, 65535);On your screenshot max value -2.23 I wonder how this gets, I think different code you have in the test program and in the MP.
In MP Code MediaPortal-1/BassAudioEngine.cs at master · MediaPortal/MediaPortal-1 · GitHub
dbLeft = Un4seen.Bass.Utils.LevelToDB(peakL, 65535);
dbRight = Un4seen.Bass.Utils.LevelToDB(peakR, 65535);
On your screenshot max value -2.23 I wonder how this gets, I think different code you have in the test program and in the MP.