![]() | All Advertisers |
| Member Services Directory | Classifieds | Reviews | Jobs | Deal Zone | Merchandise | Marketplace | Facebook App | Books, DVDs & Gadgets | Video Vault | Tips & Techniques |
| |||||||
New Reply | Thread Tools | Search this Thread |
| | #1 |
| Gear nut Joined: Jan 2006
Posts: 120
Thread Starter | Volume errors and false peaks
my ears tell me the sound is fine, the master volume on Acid Pro 6 visually depicts that the sound is breaking the peak and is in the red, can anyone tell me if its full of s**t, cause i'd like to think it is. Considering my music is at par with how loud i want it, im all for just turn up the volume but jesus christ its gotta be false.
|
| | |
| | #2 |
| Gear nut Joined: Jan 2006
Posts: 120
Thread Starter |
anyone? Would really be a big help to know, would it even matter if im going to take the tracks through Cd architect anyway?
|
| | |
| | #3 |
| Lives for gear Joined: Aug 2005 Location: Norway
Posts: 1,741
Verified Member |
Turn down the master fader in acid by 10dB's and raise gain on your pre-amplifier by an equal amount! It'll be exactly the same loudness in your room, sans peaking/clipping. Oh.. but your mastering your own tracks, right? Well, if you like the sound of digital clipping(...), go ahead. Problem is that it'll be entirely unpredictable as the clipped audio overloads the output stages of the converters of the end users to various degrees. There's no way to know how this distortion will sound on the various pieces of playback gear available. If you like distortion, try adding it in some other (more predictable) way if you want control of the process. |
| | |
| | #4 | |
| Gear addict Joined: Apr 2004 Location: North Haledon NJ
Posts: 454
Verified Member | Quote:
Ed | |
| | |
| | #5 |
| Lives for gear Joined: Aug 2003 Location: Hollywood CA
Posts: 2,625
Verified Member | |
| | |
| | #6 |
| Gear maniac Joined: Sep 2005 Location: United Kingdom
Posts: 250
| Hi Dave, hope your good mate, I do this in wavelab and raise the master fader by about 3db till i get the level - pre limiter, overs usually no more than 1db. But of course...I don't need to tell you that Dunno about higher internal sample rate though... |
| | |
| | #7 |
| Gear addict Joined: Apr 2004 Location: North Haledon NJ
Posts: 454
Verified Member | |
| | |
| | #8 |
| Gear nut Joined: Jan 2006
Posts: 120
Thread Starter |
Havent tried the sample rate yet, but its master fader/pre amp trick worked pretty much perfect, i dont exactly follow the loudness trends i jus want somthing that hit hard enough for me, now all i have to do is wrestle with the compressor.
|
| | |
| | #9 |
| Lives for gear Joined: Aug 2004 Location: tx
Posts: 8,802
|
I don't pretend to know the math of it all, but higher internal bitrate is something I've never heard of. Wouldn't they use this as a selling point?
|
| | |
| | #10 | |
| Lives for gear Joined: Aug 2005 Location: Norway
Posts: 1,741
Verified Member | Quote:
As for the digital word length("bitrate), more or less should not make any difference to the clipping. A floating point architecture can not run out of level if used in any predictable way, but the analogue converters and final 16 bit (fixed/integer) storage format is not floating. In fixed/integer/regular digital words, there is no headroom what so ever. If it exceeds zero, it clips. 4 or 8 or 48 bits gives the same results above zero: clipping. Though there is no headroom, there can be plenty of footroom! It's needed to cope with all the math, most calculations tends to increase the word lenght. Hence double precision(48 bit) and 64 bit computing. These long words means there is an easy way to gain more than enough headroom even in a fixed bit world. Shifting the digital audio level down and away from the absolute zero( ) gives both headroom and footroom in a fixed/integer computing environment. The footroom is way big enough so the level shift does not do anything negative to the lowest levels at all, but the abudance of headroom is very positive.Andreas N PS, Max Cooper: it IS a selling point! Watch out for the Double Precision buzzword. | |
| | |
| | #11 |
| Lives for gear Joined: Aug 2004 Location: tx
Posts: 8,802
| |
| | |
| | #12 |
| Lives for gear Joined: Aug 2005 Location: Norway
Posts: 1,741
Verified Member |
Most calculations increase the word lenght. Like 2.21*3.31=7.3151. Those extra digits have to go somewhere to be stored, or else they'll be truncated. Truncating the above result to two decimals would give 7.31 - rounding it in the usual fashion would give 7.32, both are still pretty much off the actual figure which is almost in the middle. To avoid the truncation error, more bits are needed. Double precision refers to using two storage slots instead of one for each number. In a normal computer, each storage slot is 32 bits wide, so double precision is 64 bits. If the starting point is 24 bits, as in typical audio, the computing device would have 48 bits available if using double precision. That's a typical format for specialized DSP chips in hardware boxes. More bits can be added in other ways too, like adding 32 extra bits to the 24 to get to 64 - again suitable for PC use. The actual way of adding bits is to add a string of zeroes, inactive bits, to the word. As the word passes through the computing operations, the word length increases and those inactive bits gets more or less filled with relevant data. Andreas N |
| | |
| | #13 |
| Gear nut Joined: Jan 2006
Posts: 120
Thread Starter | |
| | |
| | #14 |
| Lives for gear Joined: Jun 2006 Location: Philadelphia Metropolitan Area
Posts: 1,044
Verified Member | |
| | |
| | #15 |
| Gear interested Joined: Sep 2006 Location: Georgia
Posts: 23
| Yes, it's bit depth not rate, but in particular floating point that allows to process over -0dBFs. You still have to attenuate somewhere before the DAC back to -0dBFs though, or you can run into problems on various cd players. If you can play +4dBFs and can't hear any distortion after the DAC, it's probably because the peak transients are far enough apart and happen too fast on the timeline to be noticed as distortion. IOW, only a few samples over at each transient that exceeds -0dB, but never the less the signal is considered illegal when it exceeds -0dBFs at the DAC. The way to get more footroom is by increasing bit depth, not necessarily increasing sample rates. Bit rate has to do with the speed of a transfer or a streaming speed, such as constant or variable kbps for mp3's and mp4's. |
| | |
| | #16 | |
| Lives for gear Joined: Jun 2006 Location: Philadelphia Metropolitan Area
Posts: 1,044
Verified Member | Quote:
| |
| | |
| | #17 | |
| Mastering Joined: Mar 2006
Posts: 3,099
| Quote:
You are correct, Tom. 0 dBFS is a fixed level regardless of wordlength. So a 24 bit file can define additional levels BELOW the lowest level that's defined in 16 bit. However, in floating point, you can define and use levels ABOVE 0 dBFS for calculation purposes only. They are just not useable in the real world. Floating point is an intermediate calculation format that you can store in a file, but as soon as it's played back it has to be converted to fixed. And any levels that are in the floating point file that are above 0 dBFS will result in an illegal and distorted level. Hope this helps, Bob
__________________ Bob Katz DIGITAL DOMAIN http://www.digido.com "There are two kinds of fools. One says-this is old and therefore good. The other says-this is new and therefore better." No trees were killed in the sending of this message. However a large number of electrons were terribly inconvenienced. | |
| | |
| | #18 | |
| Lives for gear Joined: Jun 2006 Location: Philadelphia Metropolitan Area
Posts: 1,044
Verified Member | Quote:
I was leaving that aspect of 32 float out of the equation assuming that we were only exercising 24 bits of the 32. A good practice considering your explanation, correct? | |
| | |
| | #19 | |
| Gear interested Joined: Sep 2006 Location: Georgia
Posts: 23
| Quote:
All fixed integer bit depths have a peak of -0dBFs. When you add bits you aren't increasing the peak, you are lowering the floor, so IMHO, footroom is more appropriate than saying going from 16 to 24 adds headroom, because you are actually extending the noise floor of the system down, not the ceiling above which is always -0dBFs at 16 or 24 fixed int. Increasing word can allow more headroom to be utilized for example in a live orch recording, because you can lower peak input due to more dynamic range at the bottom. This aids in the prevention of getting overs, but it's still the added footroom pusing the noise floor down that allows it. IOW, it doesn't add headroom above the legal limit of -0dBFs. | |
| | |
| | #20 |
| Lives for gear Joined: Jun 2006 Location: Philadelphia Metropolitan Area
Posts: 1,044
Verified Member | Thanks Ronny I misunderstood your initial post. In light of what you and Bob mentioned later it makes complete sense.
|
| | |
| | #21 |
| Gear addict Joined: Apr 2004 Location: North Haledon NJ
Posts: 454
Verified Member | |
| | |
| | #22 |
| Mastering Joined: Mar 2006
Posts: 3,099
| |
| | |
New Reply
Facebook
Twitter
LinkedIn
| Thread Tools | Search this Thread |
| Similar Threads | ||||
| Thread | Thread starter | Forum | Replies | Last Post |
| Is the Overkiller suitable to limit peaks in front of A/D converters? | Kaoutchou | So much gear, so little time! | 9 | 27th May 2008 08:43 AM |
| Cubase 2 bus peaks... | Methlab | Music computers | 1 | 20th December 2005 03:46 AM |
| True or false?! | RainbowStorm | So much gear, so little time! | 0 | 18th December 2005 08:40 PM |
| false advertising rights | LumenStudio | So much gear, so little time! | 6 | 8th August 2004 11:29 PM |
| Mixing Level Peaks | Methlab | Music computers | 5 | 21st July 2004 07:01 PM |
| |