Inter-Integrated Circuit Sound (I²S, pronounced "eye-squared-ess") is a
serial interface protocol for transmitting two-channel, digital audio as
pulse-code modulation
Pulse-code modulation (PCM) is a method used to digitally represent analog signals. It is the standard form of digital audio in computers, compact discs, digital telephony and other digital audio applications. In a PCM stream, the amplitud ...
(PCM) between
integrated circuit
An integrated circuit (IC), also known as a microchip or simply chip, is a set of electronic circuits, consisting of various electronic components (such as transistors, resistors, and capacitors) and their interconnections. These components a ...
(IC) components of an electronic device. An I²S bus separates clock and serial data signals, resulting in simpler receivers than those required for asynchronous communications systems that need to recover the clock from the data stream. Alternatively, I²S is spelled I2S (pronounced eye-two-ess) or IIS (pronounced eye-eye-ess). Despite a similar name, I²S is unrelated to
I²C
I2C (Inter-Integrated Circuit; pronounced as "" or ""), alternatively known as I2C and IIC, is a synchronous, multi-master/multi-slave, single-ended, serial communication bus invented in 1980 by Philips Semiconductors (now NXP Semiconduct ...
.
History
The protocol standard was introduced in 1986 by Philips Semiconductor (now
NXP Semiconductors
NXP Semiconductors N.V. is a Dutch semiconductor manufacturing and design company with headquarters in Eindhoven, Netherlands. It is the third largest European semiconductor company by market capitalization as of 2024. The company employs approx ...
) and was first revised June 5, 1996.
The standard was last revised on February 17, 2022 and updated terms
''master'' and ''slave'' to ''controller'' and ''target''.
Details

As shown in the diagram, the protocol requires the following lines:
* Serial clock (SCK),
a.k.a. bit clock (BCLK).
* Word select (WS);
a.k.a. left-right clock (LRCLK)
or frame sync (FS).
0 = Left channel, 1 = Right channel
* Serial data (SD),
a.k.a. SDATA, SDIN, SDOUT, DACDAT, ADCDAT
The protocol may also include the following lines:
* Master clock (typically 256 x LRCLK); not part of the standard, but is commonly included for synchronizing the internal operation of the analog/digital converters
* A multiplexed data line for upload
The bit clock pulses once for each discrete bit of data on the data lines. The bit clock frequency is the product of the
sample rate
In signal processing, sampling is the reduction of a continuous-time signal to a discrete-time signal. A common example is the conversion of a sound wave to a sequence of "samples".
A sample is a value of the signal at a point in time and/or ...
, the number of bits per channel and the number of channels. So, for example, CD Audio with a sample frequency of 44.1 kHz, with 16 bits of precision and two channels (stereo) has a bit clock frequency of:
:44.1 kHz × 16 × 2 = 1.4112 MHz
The word select clock lets the device know whether channel 1 (WS = 0) or channel 2 (WS = 1) is currently being sent, because I²S allows two channels to be sent on the same data line. It is a 50% duty-cycle signal that has the same frequency as the sample frequency. For stereo material, the I²S specification states that left audio is transmitted on the low cycle of the word select clock and the right channel is transmitted on the high cycle. It is typically synchronized to the falling edge of the serial clock, as the data is latched on the rising edge.
The word select clock changes one bit clock period before the MSB is transmitted. This enables, for example, the receiver to store the previous word and clear the input for the next.
Data is
signed, encoded as
two's complement
Two's complement is the most common method of representing signed (positive, negative, and zero) integers on computers, and more generally, fixed point binary values. Two's complement uses the binary digit with the ''greatest'' value as the ''s ...
with the MSB (
most significant bit
In computing, bit numbering is the convention used to identify the bit positions in a binary numeral system, binary number.
Bit significance and indexing
In computing, the least significant bit (LSb) is the bit position in a Binary numeral sy ...
)
first.
[ This allows the number of bits per frame to be arbitrary, with no negotiation required between transmitter and receiver.]
As an audio interconnect
In audio equipment, I²S is sometimes used as an external link between a CD player or digital audio streaming device and an external digital-to-analog converter
In electronics, a digital-to-analog converter (DAC, D/A, D2A, or D-to-A) is a system that converts a digital signal into an analog signal. An analog-to-digital converter (ADC) performs the reverse function.
DACs are commonly used in musi ...
, as opposed to a purely internal connection within one player box. This may form an alternative to the commonly used AES/EBU
AES3 is a standard for the exchange of digital audio signals between professional audio devices. An AES3 signal can carry two channels of pulse-code-modulated digital audio over several transmission media including balanced lines, unbalance ...
, Toslink or S/PDIF
S/PDIF (Sony/Philips Digital Interface) is a type of digital audio interface used in consumer audio equipment to output audio over relatively short distances. The signal is transmitted over either a coaxial cable using RCA connector, RCA or BN ...
standards.
The I²S connection was not intended to be used via cables, and most integrated circuits will not have the correct impedance for coaxial cables. As the impedance adaptation error associated with the different line lengths can cause differences in propagation delay between the clock line and data line, this can result in synchronization problems between the SCK, WS and data signals, mainly at high sampling frequencies and bitrates. As the I²S bus doesn't have any error detection mechanism, this can cause significant decoding errors.
There is no standard interconnecting cable for this application. Some manufacturers simply provide three BNC connector
The BNC connector is a miniature quick-connect/disconnect RF connector, radio-frequency connector for coaxial cable. It was introduced on military radio equipment in the 1940s, and has since become widely used in radio systems and as a common t ...
s, an 8P8C ("RJ45") socket or a DE-9 connector. Others like Audio Alchemy (now defunct) used DIN connectors. PS Audio, Musica Pristina and Wyred4Sound use an HDMI connector. Dutch manufacturer Van Medevoort has implemented Q-link in some of its equipment, which transfers I²S over 4 RCA connectors (data, MCK, LRCK, BCK).
See also
*
*
*
References
External links
I²S Specification
- Philips/NXP
I²S and STM32F4 Slides
- Auburn University
Common inter-IC digital interfaces for audio data transfer
PDF
{{DEFAULTSORT:I2S
Audio communications protocols
NXP Semiconductors
Serial buses