All times are UTC+02:00




Post new topic  Reply to topic  [ 2125 posts ]  Go to page Previous 1113 114 115 116 117213 Next
Author Message
 Post subject: Re: Stereo Tool 6.10
PostPosted: Mon Aug 01, 2011 1:47 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Quote:
edit:
no-phase linear HPF is before AGC and After De-Clipper. and some strange 'thud' occures, only when De-Clipper and no-phase linear HPF are ON in same time.
Found it, it's caused by the new window shape. I'm using a 'double cosine window', I guess I have to change that to a 'raised double cosine window'.

Edit: Ok, tested that and it fixes the declipper problem, but causes issues for other filters. I'm now going to use the raised dual cosine window ONLY for filters BEFORE the non-phase linear highpass filter, and only if that filter is switched on.


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Mon Aug 01, 2011 5:17 pm 
User avatar

Joined: Tue Mar 17, 2009 2:56 pm
Posts: 4229
Are you intentionally put No-Phase-Linear HPF before AGC?
What about we telked about PhaseLinear HPF before AGC ?


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Mon Aug 01, 2011 6:41 pm 

Joined: Sun May 02, 2010 11:26 pm
Posts: 547
Quote:
Are you intentionally put No-Phase-Linear HPF before AGC?
@Hans, i also hope it was intentionally and that it stays before the AGC after the fix.


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Mon Aug 01, 2011 8:17 pm 
User avatar

Joined: Wed Nov 19, 2008 7:44 pm
Posts: 1169
Location: Bulgaria
A good song for testing overshoots
Flac and mp3
in beta 82 and mp3 version of the song there is lots of overshoots to at 100.7%
beta 79 .. far less overshoots 100.2 max

http://www2.zippyshare.com/v/3955932/file.html


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Mon Aug 01, 2011 8:34 pm 
User avatar

Joined: Thu Jun 16, 2011 9:06 pm
Posts: 29
Hey, this new clippers works very well! There is no overshots up to -0,35dB post amp at my testing track: Shiva Shidapu & Jorg - power of Power of Celtic. Older versions ST overshots above -1,30! Good Work!
So... there is time for disable HARD LIMIT in my profile (after 2 years :-D )

And something for fun - StereoTool saving my ears:
http://www.abload.de/img/rmsdu64.png :lol:


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Mon Aug 01, 2011 9:17 pm 
User avatar

Joined: Tue Mar 17, 2009 2:56 pm
Posts: 4229
Quote:
.. there is time for disable HARD LIMIT in my profile
You're right! It will be good if Hard Limit can be disabled .. that is next thing i'll test .. was busy today..


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Tue Aug 02, 2011 12:12 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
BETA083:
Fixed out-of-control bass issue when declipper and non-phase linear highpass filter were both used.

Winamp DSP plugin: http://www.stereotool.com/download/dsp_ ... 20-083.exe
Stand alone version: http://www.stereotool.com/download/ster ... 20-083.exe
VST version: http://www.stereotool.com/download/vst_ ... 20-083.dll
VST version (No SSE2): http://www.stereotool.com/download/vst_ ... 20-083.dll
Command line version: http://www.stereotool.com/download/ster ... 20-083.exe
Linux command line version: http://www.stereotool.com/download/ster ... ETA620-083 NOT AVAILABLE
Linux GUI version: http://www.stereotool.com/download/ster ... ETA620-083 NOT AVAILABLE

TODO:
- Fix loading changed multiband frequencies
- Add buffer and filter for SCA output (SCA1 ok, SCA2 ok)
- Finish AGC improvement - make mono value configurable (replace checkbox by slider) 1 hour --> NO, not needed - anything else needed? -> NO
- Fix Punch
- Check what to do with new filters (such as bass AGC) - keep them, remove them, change them? --> KEEP
- Save new BASS_AGC setting in VST mode
- Loudness: Annoying cracking sound in bass. Slightly present in 5.00, worse in 6.00, maybe even worse in 6.10. Only when bass is too loud. Much worse than in Final Limiter (at same input level!) - so this clearly indicates a bug. Most likely cause: The filter that was added to remove bass artifacts....... :shock: - No, it's the louder bass. But it can be fixed by changing some settings. Default settings updated, and behavior for 'not Very strict' improved. Also Deep bass boost and Very deep bass protection are enabled for latency 512 now.
- Fix crash at program close
- Fix VST plugin version (does not run)
- Dynamically drop 'Allow louder highs, even if it causes vibrations' to 0 when bass filter suspects noticeable voice vibrations.
- Reduce Loudness CPU load
- Check and remove static variables
- Finish new de-essing filter (check what to do with the settings, remove at least some!)
- Convert Multiband input to MONO, then use arrays [2][4096] --> should give speedup. - FAILED
- Natural Dynamics: Fix or remove transient boost
- Natural Dynamics: Add expected + strength slider per band
- Finish declipping filter (clipping level detection + level reduction in dB). 1. Figure out why removal of unwanted frequencies causes flat lines at high quality setting with small overlap. This causes distortion, with this fixed repairs are MUCH better. 2. Fix MP3 correction, automatically scale down when this deteriorates the sound. --> TOP part fails!
- Declipping filter: Fix low latency behavior
- Always oversample clipping (configurable)
- Declipping filter: Change detection at lower input levels.
- "Test Right Channel" in "FM Transmitter Calibration" does not work since v6.10 (standalone) (bojcha)
- Declipper window close function - check! - Seems ok
- Scopes black background?
- Add AGC start level
- Declipping filter: Add comparting of sample history to make sure loud bursts are still detected properly (now, with 16 blocks of history, 65 samples are removed even when ignoring just 0.1%). I should also check the current block (probably with a margin of a factor 2).
- Declipping filter: Use reliability of tilt detection to determine movement speed; slowly move to default tilt (configurable!)
- Declipping filter: Far too many samples are marked as 'maybe/probably' clipped. Histogram not used or not cleared?
- Declipping filter: Optimize tilt detection for performance. SSE2 for maximum. And keep separate smaller histograms to determine the maximum (should perform much better).
- Declipping filter: Cleaned histogram must be mirrorred. After cleanup, mirror center is place where SIGMA above == SIGMA below! Only use on the lower end. Then run cleanup again! The result should contain approximately the same amount of data above and below. If not, that indicates incorrect detection.
- Declipping filter: Add a long term histogram, and use maximum of short term and long term start clipping level detection.
- Declipping filter: Check if 'No declipping when tilt cannot be determined' can safely be turned on.
- Declipping filter: Add setting and saving of new sliders (history size, percentage of highest samples to drop, tilt detection range start, end and precision)
- Declipping filter: Check why higher Quality settings causes cracking sounds. Answer: Rounding error, and too low filtering values to remove it.
- Move pre-emphasis to end of processing
- AGC: Separate 'Remove remaining peaks' settings for band 1 and 2
- Channels L/R swap in stand alone version when changing filtering/quality (eldoradofm)
- Declipping filter: Optimize peak matching for performance: Move determination to extra preprocessing step DONE; try to change if statements to min/max or something IMPOSSIBLE.
- Fix changing value of 'final limit' in Multiband when changing Loudness settings.
- Save bandpass filter order
- Save all new settings, also through VST interface
- Declipping filter: Change default values for Maximum distortion and Step size (see Bojcha's post)
- Try to improve reconstruction match (should remove artifacts for low bass + soft highs) ■ FAILED
- Declipper: Fix loud bass with soft higher frequencies issue. Do something with loudest frequency vs. peak level - if it cannot fit (Madonna, Metallica) there must be clipping, otherwise there might not be. On top of this I should somehow try to preserve deformed bass sounds (if they are not hard clipped). Maybe this will work: Find loudest frequency, if it's very low. Than assume that it's clipped at the maximum restoration level (?); generate a new tone (using lowpass filter) of the same frequency and clip that at some margin below the maximum peak level. Then filter the input signal based on the FFT of the clipped signal. Finally analyze this new signal; if it is indeed clipped the filtered output will resemble a clipped waveform (visible in sample histogram; no tilt issues!) instead of a sine wave. Use the output of this as input to determine how strict the clipping detection for the input waveform should be (eg. based on normal or sinusoid signals). This is all way too difficult and it just won't work. Here's the real solution: Detect if a loud bass sound is present, if so make sure that symmetrical clipping detection is used, possibly with automatic 'maybe clipped' level adjustment. This should only slightly affect Metallica (which still sounds very reasonable with symmetrical enabled), but has a big effect on DBN - Jack is Back (which is far less affected with symmetrical enabled; auto likely/maybe adjustment based on symmetrical should help even more). Using veil solution now
- Move veil processing to detilted signal
- Switch to symmetrical detection if very loud very low frequencies are present NO, not needed anymore because artifacts are fixed using another mechanism
- Fix veil and detilting display (in declipper window; separate windows for separate channels; no change in DrawWave code needed!)
- Fix declipper display cleanup
- If the reconstructed samples are close to the original samples, and there are a lot of 'clipped' samples OR there are very loud low frequencies present, don't declip. Also add texture based filtering, and use a slider to set the sensitivity. Also increase the effect of bass and reduce overall level.
- Save veil settings and 'not reconstruct if like original' (STS + VST)
- Fix clipper (idea: Clip, filter, filter diff against clip diff, apply).
- Can I combine 2 FFT windows into 1? That would give half of the improvement of the smooth window, without CPU load increase.
- Old clipper seems to sound better. (New with less steps also sounds good). Use new clipper AFTER old clipper, and use already clipped and cleaned signal as 'clean_input'. Or try a bunch of short clips, than a long one to clean up, then some short (but not very short) ones to clean up pre/post ringing.
- Declipper EXTREMELY slow when feeding DC input.
- Big window output is smaller than normal one - no it's not.
- Bass AGC RMS display does not work (always displays 0.00)
- Longer history for maximum level?
- In FM calibration 38 kHz is NOT working. EDIT: And more bugs: 23 kHz is not at 23 kHz 28 kHz is not at 28 kHz 33 kHz is not at 33 kHz 43 kHz is not at 43 kHz 48 kHz is not at 48 kHz 53 kHz is not at 53 kHz. - not true, tested and all seems to work fine. There is another issue though: This filter still uses the very old windowing method and sounds crappy (artifacts). To be looked into for the next Stereo Tool version.
- Remove Natural Dynamics - Partially done, does the crash come from here? No, for some reason ANY call on my system to InternetOpenUrl in a Winamp plugin causes crashes. But this happens even with version 3.03, so it's not something new - it's only something new on my system...
- Finish blind interface WAITING FOR FEEDBACK TODO: TEST: Only display this window when needed.
- RDS issue reported here: viewtopic.php?f=15&t=3703&p=11524#p11524 partially solved
- Use DLL name in INI file name (requested by Jazler)
- Optimize clipper code
- Add new clipper options
- Smarter lows volume drop against highs protection: First clip using reduced highs (highs protection filter), then do it again but do NOT lower the lows below the level found in the 1st step.
- Add composite clipper
- Add registration to command line versions
- When "Enable FM transmitter calibration" is OFF and you click "Calibrate FM transmitter ..." and then close calibration screen again, then "Enable FM transmitter calibration" is turned ON automatically.
- Highpass before Multiband etc?
- Update presets? (BASS_AGC etc.) 1 day
- Change version number 1 hour
- Release 1 hour
- Add lowpass filter for stereo signal (will cause a lot of extra latency!) - it might be possible to avoid this latency using a Hilbert transform
- Add smarter clipping detection. Maybe something much simpler suffices: Current clipping detection with threshold + flat line detection
- Declipping filter: Automatically override the 3 clipping level sliders if the clipping level is detected very clearly (clear thin spike in sample value histogram). - NONSENSE, this is already done by the histogram function. But it can be made a BIT better - I think - by automatically LOWERING the 'always clipped' slider if a lot of data is present at the highest few bins (but care is needed for DBN - Jack is Back like tracks)
- Declipping filter: Create a new histogram after declipping, clean up and subtract from original.
- Change stand alone version to 32 bits.
- Optimization: Reduce CPU usage when input is silence.
- Non phase linear highpass filter: Make steeper
- Natural Dynamics: Attempt to reduce number of bands by 2 (memory + cpu DIV 2), using bands with sloppy slopes (no interaction between bands -> memory usage DIV 2, out-of-cache reads gone, hopefull final filter gone too -> CPU DIV 2 again).
- Natural Dynamics: Voices, especially in chorus, still sound weird.
- Natural Dynamics: Smooth out different bands more to reduce low-bitrate-MP3-like sounds.
- Natural Dynamics: Optimize situation with no interaction between bands for performance.
- Natural Dynamics: Save settings in VST version
- AGC: Sudden loud kicks (32:40) - much faster drop! IDEA: IGNORE FAST 2ND STAGE DROP IF THE EFFECT IS LOW.
- AGC: Try frequency separator implementation (2 or 3 different volume measurements, take lowest). Should protect loud voices much better.
- FM Calibration causes artifacts and latency.


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Tue Aug 02, 2011 4:53 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
BETA084:
- Declipper bug fixed: It could get EXTREMELY slow when long blocks of clipped data were fed into it (DC input for example). This may have some effect on the clipping detection! CPU load should be considerably lower now if a lot of clipping occurs on low frequency tones.
- Declipper: Fixed low latency behavior (clipping detection was wrong, and did not work on a long enough time frame)
- Fixed bass AGC RMS display
- In FM calibration: Fixed behavior for 20 Hz and 57 Hz sliders. Others were reported to be incorrect, but I tested them (measured the MPX output) and they work fine...

Winamp DSP plugin: http://www.stereotool.com/download/dsp_ ... 20-084.exe
Stand alone version: http://www.stereotool.com/download/ster ... 20-084.exe
VST version: http://www.stereotool.com/download/vst_ ... 20-084.dll
VST version (No SSE2): http://www.stereotool.com/download/vst_ ... 20-084.dll
Command line version: http://www.stereotool.com/download/ster ... 20-084.exe
Linux command line version: http://www.stereotool.com/download/ster ... ETA620-084 NOT AVAILABLE
Linux GUI version: http://www.stereotool.com/download/ster ... ETA620-084 NOT AVAILABLE

TODO:
- Fix loading changed multiband frequencies
- Add buffer and filter for SCA output (SCA1 ok, SCA2 ok)
- Finish AGC improvement - make mono value configurable (replace checkbox by slider) 1 hour --> NO, not needed - anything else needed? -> NO
- Fix Punch
- Check what to do with new filters (such as bass AGC) - keep them, remove them, change them? --> KEEP
- Save new BASS_AGC setting in VST mode
- Loudness: Annoying cracking sound in bass. Slightly present in 5.00, worse in 6.00, maybe even worse in 6.10. Only when bass is too loud. Much worse than in Final Limiter (at same input level!) - so this clearly indicates a bug. Most likely cause: The filter that was added to remove bass artifacts....... :shock: - No, it's the louder bass. But it can be fixed by changing some settings. Default settings updated, and behavior for 'not Very strict' improved. Also Deep bass boost and Very deep bass protection are enabled for latency 512 now.
- Fix crash at program close
- Fix VST plugin version (does not run)
- Dynamically drop 'Allow louder highs, even if it causes vibrations' to 0 when bass filter suspects noticeable voice vibrations.
- Reduce Loudness CPU load
- Check and remove static variables
- Finish new de-essing filter (check what to do with the settings, remove at least some!)
- Convert Multiband input to MONO, then use arrays [2][4096] --> should give speedup. - FAILED
- Natural Dynamics: Fix or remove transient boost
- Natural Dynamics: Add expected + strength slider per band
- Finish declipping filter (clipping level detection + level reduction in dB). 1. Figure out why removal of unwanted frequencies causes flat lines at high quality setting with small overlap. This causes distortion, with this fixed repairs are MUCH better. 2. Fix MP3 correction, automatically scale down when this deteriorates the sound. --> TOP part fails!
- Declipping filter: Fix low latency behavior
- Always oversample clipping (configurable)
- Declipping filter: Change detection at lower input levels.
- "Test Right Channel" in "FM Transmitter Calibration" does not work since v6.10 (standalone) (bojcha)
- Declipper window close function - check! - Seems ok
- Scopes black background?
- Add AGC start level
- Declipping filter: Add comparting of sample history to make sure loud bursts are still detected properly (now, with 16 blocks of history, 65 samples are removed even when ignoring just 0.1%). I should also check the current block (probably with a margin of a factor 2).
- Declipping filter: Use reliability of tilt detection to determine movement speed; slowly move to default tilt (configurable!)
- Declipping filter: Far too many samples are marked as 'maybe/probably' clipped. Histogram not used or not cleared?
- Declipping filter: Optimize tilt detection for performance. SSE2 for maximum. And keep separate smaller histograms to determine the maximum (should perform much better).
- Declipping filter: Cleaned histogram must be mirrorred. After cleanup, mirror center is place where SIGMA above == SIGMA below! Only use on the lower end. Then run cleanup again! The result should contain approximately the same amount of data above and below. If not, that indicates incorrect detection.
- Declipping filter: Add a long term histogram, and use maximum of short term and long term start clipping level detection.
- Declipping filter: Check if 'No declipping when tilt cannot be determined' can safely be turned on.
- Declipping filter: Add setting and saving of new sliders (history size, percentage of highest samples to drop, tilt detection range start, end and precision)
- Declipping filter: Check why higher Quality settings causes cracking sounds. Answer: Rounding error, and too low filtering values to remove it.
- Move pre-emphasis to end of processing
- AGC: Separate 'Remove remaining peaks' settings for band 1 and 2
- Channels L/R swap in stand alone version when changing filtering/quality (eldoradofm)
- Declipping filter: Optimize peak matching for performance: Move determination to extra preprocessing step DONE; try to change if statements to min/max or something IMPOSSIBLE.
- Fix changing value of 'final limit' in Multiband when changing Loudness settings.
- Save bandpass filter order
- Save all new settings, also through VST interface
- Declipping filter: Change default values for Maximum distortion and Step size (see Bojcha's post)
- Try to improve reconstruction match (should remove artifacts for low bass + soft highs) ■ FAILED
- Declipper: Fix loud bass with soft higher frequencies issue. Do something with loudest frequency vs. peak level - if it cannot fit (Madonna, Metallica) there must be clipping, otherwise there might not be. On top of this I should somehow try to preserve deformed bass sounds (if they are not hard clipped). Maybe this will work: Find loudest frequency, if it's very low. Than assume that it's clipped at the maximum restoration level (?); generate a new tone (using lowpass filter) of the same frequency and clip that at some margin below the maximum peak level. Then filter the input signal based on the FFT of the clipped signal. Finally analyze this new signal; if it is indeed clipped the filtered output will resemble a clipped waveform (visible in sample histogram; no tilt issues!) instead of a sine wave. Use the output of this as input to determine how strict the clipping detection for the input waveform should be (eg. based on normal or sinusoid signals). This is all way too difficult and it just won't work. Here's the real solution: Detect if a loud bass sound is present, if so make sure that symmetrical clipping detection is used, possibly with automatic 'maybe clipped' level adjustment. This should only slightly affect Metallica (which still sounds very reasonable with symmetrical enabled), but has a big effect on DBN - Jack is Back (which is far less affected with symmetrical enabled; auto likely/maybe adjustment based on symmetrical should help even more). Using veil solution now
- Move veil processing to detilted signal
- Switch to symmetrical detection if very loud very low frequencies are present NO, not needed anymore because artifacts are fixed using another mechanism
- Fix veil and detilting display (in declipper window; separate windows for separate channels; no change in DrawWave code needed!)
- Fix declipper display cleanup
- If the reconstructed samples are close to the original samples, and there are a lot of 'clipped' samples OR there are very loud low frequencies present, don't declip. Also add texture based filtering, and use a slider to set the sensitivity. Also increase the effect of bass and reduce overall level.
- Save veil settings and 'not reconstruct if like original' (STS + VST)
- Fix clipper (idea: Clip, filter, filter diff against clip diff, apply).
- Can I combine 2 FFT windows into 1? That would give half of the improvement of the smooth window, without CPU load increase.
- Old clipper seems to sound better. (New with less steps also sounds good). Use new clipper AFTER old clipper, and use already clipped and cleaned signal as 'clean_input'. Or try a bunch of short clips, than a long one to clean up, then some short (but not very short) ones to clean up pre/post ringing.
- Declipper EXTREMELY slow when feeding DC input.
- Big window output is smaller than normal one - no it's not.
- Bass AGC RMS display does not work (always displays 0.00)
- Longer history for maximum level?
- In FM calibration 38 kHz is NOT working. EDIT: And more bugs: 23 kHz is not at 23 kHz 28 kHz is not at 28 kHz 33 kHz is not at 33 kHz 43 kHz is not at 43 kHz 48 kHz is not at 48 kHz 53 kHz is not at 53 kHz. - not true, tested and all seems to work fine. There is another issue though: This filter still uses the very old windowing method and sounds crappy (artifacts). To be looked into for the next Stereo Tool version.
- Remove Natural Dynamics - Partially done, does the crash come from here? No, for some reason ANY call on my system to InternetOpenUrl in a Winamp plugin causes crashes. But this happens even with version 3.03, so it's not something new - it's only something new on my system...
- When "Enable FM transmitter calibration" is OFF and you click "Calibrate FM transmitter ..." and then close calibration screen again, then "Enable FM transmitter calibration" is turned ON automatically.
- Use DLL name in INI file name (requested by Jazler)
- Add registration to command line versions
- Finish blind interface WAITING FOR FEEDBACK TODO: TEST: Only display this window when needed.
- RDS issue reported here: viewtopic.php?f=15&t=3703&p=11524#p11524 partially solved
- Optimize clipper code
- Add new clipper options
- Smarter lows volume drop against highs protection: First clip using reduced highs (highs protection filter), then do it again but do NOT lower the lows below the level found in the 1st step.
- Add composite clipper
- Highpass before Multiband etc?
- Update presets? (BASS_AGC etc.) 1 day
- Change version number 1 hour
- Release 1 hour
- Add lowpass filter for stereo signal (will cause a lot of extra latency!) - it might be possible to avoid this latency using a Hilbert transform
- Add smarter clipping detection. Maybe something much simpler suffices: Current clipping detection with threshold + flat line detection
- Declipping filter: Automatically override the 3 clipping level sliders if the clipping level is detected very clearly (clear thin spike in sample value histogram). - NONSENSE, this is already done by the histogram function. But it can be made a BIT better - I think - by automatically LOWERING the 'always clipped' slider if a lot of data is present at the highest few bins (but care is needed for DBN - Jack is Back like tracks)
- Declipping filter: Create a new histogram after declipping, clean up and subtract from original.
- Change stand alone version to 32 bits.
- Optimization: Reduce CPU usage when input is silence.
- Non phase linear highpass filter: Make steeper
- Natural Dynamics: Attempt to reduce number of bands by 2 (memory + cpu DIV 2), using bands with sloppy slopes (no interaction between bands -> memory usage DIV 2, out-of-cache reads gone, hopefull final filter gone too -> CPU DIV 2 again).
- Natural Dynamics: Voices, especially in chorus, still sound weird.
- Natural Dynamics: Smooth out different bands more to reduce low-bitrate-MP3-like sounds.
- Natural Dynamics: Optimize situation with no interaction between bands for performance.
- Natural Dynamics: Save settings in VST version
- AGC: Sudden loud kicks (32:40) - much faster drop! IDEA: IGNORE FAST 2ND STAGE DROP IF THE EFFECT IS LOW.
- AGC: Try frequency separator implementation (2 or 3 different volume measurements, take lowest). Should protect loud voices much better.
- FM Calibration causes artifacts and latency.


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Tue Aug 02, 2011 4:56 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Quote:
Quote:
.. there is time for disable HARD LIMIT in my profile
You're right! It will be good if Hard Limit can be disabled .. that is next thing i'll test .. was busy today..
Hard Limit doesn't do much to the sound anyway, so there's not really much to be gained by turning it off now. Except that the CPU load will be a bit lower... There are still some sounds that are NOT clipped that tightly. So you might want to leave it switched on just in case.


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Tue Aug 02, 2011 4:57 am 
User avatar

Joined: Tue Mar 17, 2009 2:56 pm
Posts: 4229
ok,
- clipping in limiter is better! Hard Limit is not needed. On FM when Hard Limit is OFF, composite limit should be at least at 101%. Strict limit is still same. Still makes strange sounds. I keep new slider to +6...


@ Hans, i just saw your post about Hard Limit..
What i am seeing is.. when PostAmp is at -0.08dB and new slider at +6, HardLimit=OFF, i have just sometimes 'red' Output Meter meaning, overshots.. and it is mostly on highs! Again meaning, that Hard limit will lower ALL signal in that moment for about overshot size.
Now that peek is much lower but it's still there. And Hard Limit does not like Highs.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 2125 posts ]  Go to page Previous 1113 114 115 116 117213 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