The sound card

A sound card is a computer expansion card that canof sounds that can be played back simultaneously and
input and output sound under control of computerindependently) and the number of channels (intended
programs. Typical uses of sound cards includeas the number of distinct electrical audio outputs).
providing the audio component for multimediaFor example, many older sound chips had three voices,
applications such as music composition, editing video orbut only one audio channel (mono) where all the voices
audio, presentation/education, and entertainmentwere mixed into, while the AdLib sound card had 9
(games). Many computers have sound capabilities builtvoice and 1 mono channel.
in, while others require these expansion cards if audioFor a number of years, most PC sound cards had
capability is desired.multiple FM synthesis voices (typically 9 or 18) which
A typical sound card includes a sound chip, usuallywere mostly used for MIDI music, but only one (mono)
featuring a digital-to-analog converter, that convertsor two(stereo) voice(s) and channel(s) dedicated to
recorded or generated digital waveforms of sound intoplaying back digital sound samples, and playing back
an analog format. This signal is led to a (typically 1more than one digital sound sample required
8-inch earphone-type) connector where an amplifier,performing a software downmix at a fixed sampling
headphones, or similar sound destination can berate. Modern low-cost integrated soundcards using an
plugged in. More advanced designs usually includeaudio codec like the AC'97 still work that way, although
more than one sound chip to separate duties betweenthey may have more than two sound output channels
digital sound production and synthesized sounds(surround sound).
(usually for real-time generation of music and soundToday, a sound card having hardware support for
effects utilizing little data and CPU time).more than the two standard stereo voices, is likely to
Digital sound reproduction is usually achieved byreferred at as "providing hardware audio acceleration".
multi-channel DACs, able to play multiple digital samplesIn 1984, the IBM PCjr debuted with a rudimentary
at different pitches and volumes, optionally applying3-voice sound synthesis chip, the SN76489, capable of
real-time effects like filtering or distortion. Multi-channelgenerating three square-wave tones with variable
digital sound playback can also be used for musicamplitude, and a pseudo white noise channel that could
synthesis if used with a digitized instrument bank ofgenerate primitive percussion sounds. The Tandy 1000,
some sort, typically a small amount of ROM or Flashinitially being a clone of the PCjr, duplicated this
memory containing samples corresponding to thefunctionality, with the Tandy TL/SL/RL line adding digital
standard MIDI instruments. (A contrasting way tosound recording/playback capabilities.
synthesize sound on a PC uses "audio codecs", whichIn the late 1990s, many computer manufacturers
rely heavily on software for music synthesis, MIDIbegan to replace plug-in soundcards with a "codec"
compliance and even multiple-channel emulation. This(actually a combined audio AD/DA-converter)
approach has become common as manufacturersintegrated into the motherboard. Many of these used
seek to simplify the design and the cost of the soundIntel's AC97 specification. Others used cheap ACR
card itself).slots.
Most sound cards have a line in connector where theAs of 2005, these "codecs" usually lack the hardware
sound signal from a cassette tape recorder or similarfor direct music synthesis or even multi-channel sound,
sound source can be input. The sound card can digitizewith special drivers and software making up for these
this signal and store it (controlled by the correspondinglacks, at the expense of CPU speed (for example,
computer software) on the computer's hard disk forMIDI reproduction takes away 10-15% CPU time on an
editing or further reproduction. Another typical externalAthlon XP 1600+ CPU).
connector is the microphone connector, for connectingNevertheless, some manufacturers offered (and offer,
to a microphone or other input device that generates aas of 2006) motherboards with integrated "real"
relatively lower voltage than the line in connector. Input(non-codec) soundcards usually in the form of a
through a microphone jack is typically used by speechcustom chipset providing e.g. full ISA or PCI
recognition software or Voice over IP applications.Soundblaster compatibility, thus saving an expansion
Another important characteristic of any sound card isslot while providing the user with a (relatively) high
the number of distinct voices (intended as the numberquality soundcard.