Stereo Tool
https://forums.stereotool.com/

Stereo Tool 7.41 BETA
https://forums.stereotool.com/viewtopic.php?t=5456
Page 11 of 29

Author:  hvz [ Mon Jan 27, 2014 11:33 pm ]
Post subject:  Re: Stereo Tool 7.41 BETA

Hi fluxfm,

Advanced Clipper should have *no* effect at all on stereo separation. Can you send me your preset so I can check what's happening?

Author:  DJ-DOGGY [ Tue Jan 28, 2014 2:00 pm ]
Post subject:  Re: Stereo Tool 7.41 BETA

Is there any problem in beta 20 with loading last settings before closing? Every time when i start it , it not loads any settings . Also this causes sometimes memory spike issues

Author:  hvz [ Tue Jan 28, 2014 5:24 pm ]
Post subject:  Re: Stereo Tool 7.41 BETA

Quote:
Is there any problem in beta 20 with loading last settings before closing? Every time when i start it , it not loads any settings . Also this causes sometimes memory spike issues
Not that I know of... Or have ssen.

Author:  DJ-DOGGY [ Tue Jan 28, 2014 5:43 pm ]
Post subject:  Re: Stereo Tool 7.41 BETA

But in beta19 this behavour not exist. Loads last state of settings normally and memory is constant every time. I don`t know looks like there is some bug if there are no changes in that behavour

P.S: This is not happen every time , sometimes it loads like always before. Now it loads normal. Don`t know what happen . If it make it again i`ll try to remember what i`ve done before happen.

Author:  tipexfm [ Wed Jan 29, 2014 1:39 pm ]
Post subject:  Re: Stereo Tool 7.41 BETA

I've noticed that stereo boost causes the voices originally on the center be a little bit to the left.
When I close my eyes, the singer doesn't seems to be at the center, it's a little bit to the left.
I've the stereo config at x5.00 and x1.35 . But even with lower values that occcurs.

Anyone else noticed that?

Author:  Chris [ Thu Jan 30, 2014 12:49 pm ]
Post subject:  Re: Stereo Tool 7.41 BETA

TipexFm, i think i have noticed tooo.!

Author:  hvz [ Fri Jan 31, 2014 12:14 pm ]
Post subject:  Re: Stereo Tool 7.41 BETA

Windows stand alone: http://www.stereotool.com/download/ster ... 41-022.exe
Winamp DSP: http://www.stereotool.com/download/dsp_ ... 41-022.exe
VST32: ----://www.stereotool.com/download/vst_stereo_ ... 41-022.dll

Sorry, I completely forgot to build the VST version. :( Coming soon!

This new version has some small improvements for low latency audio.

Changes:
- Added HQ mode Not available, for testing only
- Improve Multiband3 and Singleband2 limiting and (to a lesser extent) compression for low latency settings. LQ output should sound similar to normal output! Fixing this will also improve audio at lower latency settings. Compressor is probably more or less ok, limiter is pretty horrible, also at lower latencies!
- Fixed Phase Rotation frequency effects at low latencies (need to compensate for loss at certain freqs in low latency modes)
- Fixed AZIMUTH behavior at lower latencies
- AGC behaves slightly differently for lower latencies - Kinda OK. With shorter block size the drop for short spikes is bigger, which leads to a slightly lower overall output level. But I cannot easily fix that. Other differences are fixed now.
- Clipper (probably only ABDP) does not work well for latency 128. Yup -> if I lower the top bass freq from 400 to 200 Hz it's MUCH better. Fixed.
- Something removes low bass in low latency modes. -> EQ and other things. -> Improved. Difference is still large though.

Older changes:
Rewrote LQ Low Latency monitoring to use the normal processing code. Works reasonable, sound resembles that of the normal latency EXCEPT for the bass limiters and to a lesser extent the compressors in the multiband section. Memory usage for plugin version is reduced by more than 20 MB. Stand alone version might use slightly more than before.
- Fixed FOX TV Carbon Coder R128 normalization issue Waiting for feedback.
- Moved a lot of threads into a single thread. Might improve hiccups that some people have reported.
- Added Power Highs (it's in the same window as Power Bass).
- Moved Power Bass and Power Highs to before the wideband AGC to improve volume level consistency.
- Sudden fast rise of bass or highs is limited, new slider 'Release boost' added. I'm not really sure yet if this is ok; if there's a loud high or low sound it can push the band down a lot, and it comes down slower than before. If needed I can add something to allow it to come back faster after a short spike. Waiting for feedback first though.
- Sidechain checkbox removed (without that doesn't exist anymore).

Attempt #2: Redesigned Simple Clipper. Reduced CPU load.
- Reduced the memory usage
- Fixed most of the Stereo Image artifacts!!! "Deprecated" is removed from the sliders that were marked with it. See (*) for a cool new possibility!
- Removed some more unnecessary steps (AZIMUTH 2x, Stereo Boost 2x).
10 remaining.
Fixed 'Post filter for DC offset' problem.
52. Check CPU load. Start with checking if there's anything left that uses the 'unnecessary steps'. Sevdah Web preset: Data still gets converted 58 times... I think I need to do this one first, it should have some effect on the CPU load. 28 removed - next convert the 2 IIR filters so they can be optimized and the merge/split around it can be removed. I'm not measuring any effect from this though (but it makes the code simpler which is also good)
53. Noise Gate/Stereo Boost: Pre-calculate 1-cos() and sqrt() values.
55. Check MemoryPool behavior for cache improvements -> No effect measured, and might make behavior less constant.
56. Check if we can go in opposite direction for each next step to improve cache.
57. Check if lazy reverse FFT is an option. -> No, difficult and gain does not even seem to be measurable.
58. Created a separate class that performs the processing chain. Currently the same code is repeated twice (once for normal processing, once for low latency processing) - which means that a lot of code is duplicated and it's difficult to add extra chains. Most, not all, of that code is now moved elsewhere.

TO BE DONE:
- Hard Limit for composite clipper causes very soft clicks every block!!! Also in older versions...
- Hard Limit does not work for deemphasized audio anymore.- Spread over cores is not constant, which causes differences in performance. I *think* it might be the chain2() code that causes this. Actually it might be a good idea to get rid of that completely...
- Composite Limiter was running in a separate thread, and taking 2 ms extra latency. The new version does not do that anymore, and returns a cleaner spectrum, but it requires a bit more horse power from the PC because it doesn't run on a separate CPU anymore.
- Get rid of chain2() thread
- Composite Limiter effect no longer visible in GUI. (Is that bad?)
- New ASIO behavior: Push samples, read them back directly from buffer, skip whole Chain2 stuff. For HQ mode, add redundancy protection.
- Reduce stand alone version memory usage (unused low latency thread items can be removed.)
- Old Hard Limit for composite limiting was slightly tighter input level was very high. And had no overshoots; the new one does.

Author:  DJ-DOGGY [ Fri Jan 31, 2014 1:04 pm ]
Post subject:  Re: Stereo Tool 7.41 BETA

Stand alone is 2.83 Kb ?!?
DSP link not available ..

Author:  hvz [ Fri Jan 31, 2014 1:33 pm ]
Post subject:  Re: Stereo Tool 7.41 BETA

Oops - sorry. The download got stuck and I restarted it - but apparently to the wrong directory on the server. Should be ok now.

Author:  Chris [ Fri Jan 31, 2014 1:48 pm ]
Post subject:  Re: Stereo Tool 7.41 BETA

YES! its ok... testing!

Page 11 of 29 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/