This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:blox:examples-audio-i2s [2024/08/26 17:15] admin |
docs:blox:examples-audio-i2s [2024/08/26 17:20] (current) admin |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== 6.4.7 Audio: I2S ====== | ====== 6.4.7 Audio: I2S ====== | ||
- | BLOX can be used to to play audio in more complicated projects via an external I2S Audio decoder module | + | BLOX can be used to to play audio in more complicated projects via an external I2S Audio decoder module. |
+ | |||
+ | I2S (Inter-IC Sound) is a serial bus interface standard used for connecting digital audio devices. It is designed to transmit high-quality audio data between devices, such as digital-to-analog converters (DACs), and microcontrollers. | ||
---- | ---- | ||
Line 47: | Line 49: | ||
{{: | {{: | ||
+ | |||
+ | You can also play the NEXT/PREV or RANDOM file (useful for jukebox like projects, random noises for halloween props etc) | ||
+ | |||
+ | {{: | ||
---- | ---- | ||
Line 70: | Line 76: | ||
BLOX provides the ability to set the volume and tone of the audio as well: | BLOX provides the ability to set the volume and tone of the audio as well: | ||
- | {{docs: | + | {{:docs: |
---- | ---- | ||