logoalt Hacker News

eqvinoxtoday at 12:18 PM2 repliesview on HN

> The defacto industry standard for audio ICs is I²S, an I²C-based bus optimised for audio data.

Nit: I²S has nothing to do with I²C.

(Most I²S chips also have an I²C interface since I²S only carries raw audio data, no sideband like volume control or clock configuration. But that's a separate interface and can also be SPI rather than I²C. In fact, SPI is more closely related to I²S than I²C is.)


Replies

phiretoday at 1:58 PM

Yeah, it's much closer to SPI.

The reason why they both follow the same naming scheme is that Philips Semiconductor (now NXP) made both.

show 1 reply
a1otoday at 12:50 PM

Thanks for this comment, it lead me to look into I2S and I learned something new!