All times are UTC+02:00




Post new topic  Reply to topic  [ 11 posts ]  Go to page 1 2 Next
Author Message
 Post subject: Stereo Tool 6.31
PostPosted: Sun Jun 10, 2012 5:37 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Stereo Tool 6.31 is released! See the download page.

Changes:
AGC: Added a slider to protect against volume drops for loud voices.
Loudness: Improved overall filtering (removed post ringing) at latency 4096, sound is cleaner in many ways (especially bass). Added some new controls for configuring it ("Time Spread")
Loudness: Advanced Bass Distortion Protection: Improved bass clipper. Bass is now louder and clipped tighter
Loudness: Added bass shaping. Adds harmonics to very low frequencies to make them sound louder
Loudness: Allow turning highs intermodulation distortion off
Loudness: Added "highs priority" slider, increasing this reduces high frequency intermodulation distortion but may cause some drops in other frequencies
Loudness: Asymmetric bass reduction should not go below dynamic threshold
Loudness: Reduced strictness, the high precision wasn't really useful
Loudness: Split 'sensitivity' for bass clipper: Can now be configured separately for mids and highs. Result: more constant and higher bass level
Loudness: Turned off old bass protection mechanisms in default settings. Caused artifacts, no longer needed
Loudness: Reduced clipping strictness for mid-bass frequencies (lower CPU load)
Loudness: Increased de-esser range, and it can be turned off now
Loudness: Simplified clipping algorithm
Stereo Boost disabled for lowest frequencies (below approx. 140 Hz)
BS412 limiter: Show a warning and info when BS412 is enabled
BS412 limiter: Fixed drops issue. Very brief drops can still occur but they are usually hardly noticeable
BS412 limiter: Changed default values for more constant sound level
Added and updated many presets
Split values for Singleband, Singleband AGC style and BS412
Bug fix: Stereo Image was broken for latency 512
Bug fix: Icon now visible in stand alone version


Top
   
 Post subject: Re: Stereo Tool 6.31
PostPosted: Sun Jun 10, 2012 10:36 am 

Joined: Tue Aug 02, 2011 5:24 pm
Posts: 101
Hans congratulations with this release :)


Top
   
 Post subject: Re: Stereo Tool 6.31
PostPosted: Sun Jun 10, 2012 3:48 pm 
User avatar

Joined: Thu Jan 19, 2012 7:56 pm
Posts: 137
Location: Brooklyn, New York, U.S.A.
Congrats Hans, you are amazing. It's great you listen to the members with so many different listening preferences and are able to mold a product that gives such excellent quality for all. :)

:shock: [Bug in this final version?] :shock:
I am getting a windows "Program Compatibility Assistant [If this program didn't install correctly, try reinstalling using settings that are compatible with this version of windows.]" error after installing and then closing either the standalone or the dsp (winamp). I downloaded the new installs several times to insure I had a clean copy and tried reinstalling different beta copies (non of which give me an error) but I still get the error every time with the final release version. I also tried rebooting my system and trying again.

My system is:
Windows x64 Ultimate, 12GB mem, Intel i7 970, DX58S0 MoBo, NVIDIA GTX 470


Top
   
 Post subject: Re: Stereo Tool 6.31
PostPosted: Sun Jun 10, 2012 6:49 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
, i also got that message when I installed it, but I get it occasionally on Win 7 anyway so I didn't really pay attention. But if it doesn't occur with beta versions there must be something weird in this installer... Installation is ok though!

Small and simple possible improvement: split sensitivity calculation for miss and highs. That way, if hoi have both the bass level won't drop further. Calf levels for mids and for mid/highs and use respective send settings. (


Top
   
 Post subject: Re: Stereo Tool 6.31
PostPosted: Sun Jun 10, 2012 7:30 pm 
User avatar

Joined: Tue Dec 14, 2010 5:26 am
Posts: 51
Location: Upper Elbownia
I like it. Nice improvement on high frequencies from version 6.21.


Top
   
 Post subject: Re: Stereo Tool 6.31
PostPosted: Sun Jun 10, 2012 8:43 pm 
User avatar

Joined: Wed Jun 16, 2010 4:30 pm
Posts: 600
Location: Buenos Aires, Argentina
Congratulations! Another great version, with big changes ;)

_________________
by GAP
"Less is More" (Bob Katz)


Top
   
 Post subject: Re: Stereo Tool 6.31
PostPosted: Mon Jun 11, 2012 12:22 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Quote:
Small and simple possible improvement: split sensitivity calculation for miss and highs. That way, if hoi have both the bass level won't drop further. Calf levels for mids and for mid/highs and use respective send settings. (
Ok, I typed this on my phone, but I've been thinking about this a bit more and the following should really help with the bass (and take very little effort, a few hours max);

- Instead of calculating the sensitivity based on mids + attenuated highs, I should probably calculate it based on mids and highs separately, and take the minimum of the two. That way, when both occur at the same time, the drop will be less bit than it currently is (and it doesn't need to be that big in that case).

- I'm calculating sensitivity over a 4096 samples block. The calculation itself seems to be ok, but I can - after determining the level - check where I need to apply it, and where I don't. For example, if there are no mid/highs in half of the 4096 samples block, I can apply the protection only on the other half, leaving more bass in the end result. Simple calculation would be: 1. Calculate level as I do now (but without bottom limitation). 2. For each 256-sample block, calculate the RMS level. 3. Match these 256-sample RMS levels such that the reduction for the highest one is equal to the calculated level in step 1. 4. Smoothing filter on top of this which makes sure that each block that needs reduction gets reduced. 5. Later addition: Ignore start of a reduction block so the bass gets more punch. An additional advantage of this method is that if in a 4096-sample block there is only a brief moment where more bass clipping is required, the reduction at that brief moment will be less strong - which is good since you wouldn't be able to hear distortion in this case anyway. (Note to self: To keep in mind: I could also measure the amount of actual mid/highs distortion caused by bass instead of just the level ...).


Top
   
 Post subject: Re: Stereo Tool 6.31
PostPosted: Mon Jun 11, 2012 3:46 am 

Joined: Fri Mar 26, 2010 2:59 am
Posts: 37
Location: Lake Worth, Florida
This release is, to me, perfect. I have tried a number os songs that used to be a problem, but now, they are sounding great.

Hans, you and your suppport group have done a great job, AGAIN. What will you do next to improve on this?

Thanks
Al


Top
   
 Post subject: Re: Stereo Tool 6.31
PostPosted: Mon Jun 11, 2012 4:59 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Quote:
What will you do next to improve on this?
Wait a few hours and you'll see a new beta :) in which I made the bass sensitivity much better aware of when exactly the bass needs to be dropped - and it doesn't drop as much as it does in 6.31 if you have *both* mids and high.


Top
   
 Post subject: Re: Stereo Tool 6.31
PostPosted: Mon Jun 11, 2012 10:00 pm 

Joined: Wed Jul 06, 2011 7:58 am
Posts: 85
Congratulations Hanz !!

Replace my 6.30 > 6.31 in FM

And my beta 6.31 b22 streaming web with the 6.31 Final version

Very very good sound (approach) perfection !!!!!!!

---
www.declicradio.fr


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 11 posts ]  Go to page 1 2 Next

All times are UTC+02:00


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited