Quote:
Quote:
Check pilot generation code (57 kHz harmonic) -> Pilot is ok (generated output does NOT contain this tone), this is only a GUI (frequency analysis for displaying) issue. Ignore.
No, it`s not GUI problem because .. MPXTool shows the same. It cannot be GUI issue when another (outside ST) program shows same.
Checked even some 7.41 betas - same
Checked 7.50 - same
Huh? I checked it in CoolEdit and there was nothing there! Weird...
Edit: Checked the code and all it can be - if it is indeed an error in Stereo Tool - is a rounding error in the sin() function, or in 32 bit floats. This rounding error is actually very likely - if you change the level of the pilot the disturbance gets bigger and smaller without really following the level of the 19 kHz tone. Which would only be explained by rounding issues. But.... they should be MUCH lower. Maybe at -120 dB or so.
These rounding issues might also occur in Intel's IPP library - both MpxTool and Stereo Tool use these. As I said, I don't see anything in CoolEdit. And I should see it there as well.