Difference between revisions of "Digital silence"

From LavryEngineering
Jump to navigation Jump to search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
=Overview=
 
=Overview=
The term "<nowiki>digital silence</nowiki>" is used to describe a [[digital audio]] signal in which a sequential set of [[samples]] contain the value of zero.  When this sequence is converted to [[analog]] and sent through a [[monitor]] path, the ideal result is a period of silence.
+
The term "<nowiki>digital silence</nowiki>" is used to describe a [[digital audio]] signal in which a sequential set of [[sample]]s contain the value of zero.  When this sequence is converted to [[analog]] and sent through a [[monitor]] path, the ideal result is a period of silence.
  
 
=History=
 
=History=
Digital silence is directly related to CD technology because it is part of the commercial format Red Book standard. In order to assure that there were no noises when the CD started or ended playback; there must be complete silence at the beginning and end of the CD audio file. This was to allow for the use of muting relays in the audio output circuitry of the CD player to prevent undesired noise from being output. If there is any signal present when the relay contacts open or close, a “pop” or “thump” could occur in the audio output. Even a relatively low level encoded DC offset could cause a pop; so the simple way to address this was to specify that digital silence be present when the relay contacts would open or close. DC offset was actually a common problem in early converter designs; so it was not unusual for early digital recordings to have at least some low level DC encoded with the audio.   
+
Digital silence is directly related to [[CD]] technology because it is part of the commercial format Red Book standard. In order to assure that there were no noises when the CD started or ended playback; there must be complete silence at the beginning and end of the CD audio file. This was to allow for the use of muting relays in the audio output circuitry of the CD player to prevent undesired noise from being output. If there is any signal present when the relay contacts open or close, a “pop” or “thump” could occur in the audio output. Even a relatively low level encoded [[DC]] offset could cause a pop; so the simple way to address this was to specify that digital silence be present when the relay contacts would open or close. DC offset was actually a common problem in early converter designs; so it was not unusual for early digital recordings to have at least some low level DC encoded with the audio.   
 
=Basics=
 
=Basics=
 
Although analog audio circuits can be designed to be extremely low-noise and therefore have no ''perceivable'' noise present unless amplified to an usually high level; there is always some measurable noise present in analog circuitry. In digital audio; it is possible to have a sequence of samples set to zero. However When reproduced by a [[DA converter]]; digital silence will cease to be absolute because of real-world limitations caused by noise in the analog circuitry at its output.
 
Although analog audio circuits can be designed to be extremely low-noise and therefore have no ''perceivable'' noise present unless amplified to an usually high level; there is always some measurable noise present in analog circuitry. In digital audio; it is possible to have a sequence of samples set to zero. However When reproduced by a [[DA converter]]; digital silence will cease to be absolute because of real-world limitations caused by noise in the analog circuitry at its output.
  
PCM digital audio is typically encoded using the [http://en.wikipedia.org/wiki/Two%27s_complement two's complement] system. There are a number of advantages to this approach, which is beyond the scope of this discussion. This system uses all but one of the bits in a digital audio [[word]] to represent the voltage level of the encoded audio of either the positive or negative portion of the signal [[waveform]]. The other bit represents the “sign” which determines if the voltage was positive or negative at the point in time the audio was [[sampled]].
+
[[PCM]] digital audio is typically encoded using the [http://en.wikipedia.org/wiki/Two%27s_complement two's complement] system.
  
 
[[Category:Audio conversion]]
 
[[Category:Audio conversion]]
 
[[Category:Terminology]]
 
[[Category:Terminology]]

Latest revision as of 13:13, 14 August 2017

Overview

The term "digital silence" is used to describe a digital audio signal in which a sequential set of samples contain the value of zero. When this sequence is converted to analog and sent through a monitor path, the ideal result is a period of silence.

History

Digital silence is directly related to CD technology because it is part of the commercial format Red Book standard. In order to assure that there were no noises when the CD started or ended playback; there must be complete silence at the beginning and end of the CD audio file. This was to allow for the use of muting relays in the audio output circuitry of the CD player to prevent undesired noise from being output. If there is any signal present when the relay contacts open or close, a “pop” or “thump” could occur in the audio output. Even a relatively low level encoded DC offset could cause a pop; so the simple way to address this was to specify that digital silence be present when the relay contacts would open or close. DC offset was actually a common problem in early converter designs; so it was not unusual for early digital recordings to have at least some low level DC encoded with the audio.

Basics

Although analog audio circuits can be designed to be extremely low-noise and therefore have no perceivable noise present unless amplified to an usually high level; there is always some measurable noise present in analog circuitry. In digital audio; it is possible to have a sequence of samples set to zero. However When reproduced by a DA converter; digital silence will cease to be absolute because of real-world limitations caused by noise in the analog circuitry at its output.

PCM digital audio is typically encoded using the two's complement system.