I2S Audio Library (I2SAudio) Source Code Released

August 30, 2022 XTronical 13

OK, so sorry for such a long wait but at the time I started this project I envisaged working on the I2SAudio library (and other projects) far more than I did over the last year. As it happens circumstances have dictated a much lower release schedule for videos and articles […]

I2S Player (Part 4) : Adding volume control

August 25, 2020 XTronical 3

In this article we add in volume control and go through the principles of changing the volume of digital samples. Video covering everything just below, source code/circuit even further below! If you’ve not seen the previous episodes then these are essential reading/watching. This was the last one – or use […]

No Image

I2S on ESP32

August 24, 2020 XTronical 0

There are several articles available from the menus above under Basics-Audio. Please use them to navigate to where you want to go.

ESP32 I2S Part 3 – Playing Wavs from SD Cards

August 21, 2020 XTronical 9

A detailed look at how to play WAV’s from SD without using 3rd party libraries for transfer of WAV’s to I2S. It should give you enough detail to add this into your own code/wav players. Video Below which goes through everything and sources code/diagrams afterwards. INTROAs always time-codes are available […]

I2S on ESP3 – Part 2, WAV’s

August 11, 2020 XTronical 0

In this article/episode we are going to follow on from the last one on I2S and get our software to play back some music. We’ll look at the WAV file format and how we can get the data out and send it over I2S. If you haven’t read/watched the previous […]

ESP32 – Intro to I2S Part 1

August 1, 2020 XTronical 17

This is the first in a series of videos and articles explaining I2S and how to use with the ESP32. This opening episode keeps it very simple just using the included standard Espressiv libraries. In the video there is a full explanation of how I2S is implemented followed by a […]

Improving our ESP32 MP3 Player

June 17, 2020 XTronical 1

We saw in the last instalment (here) how to simply play an MP3 on our ESP32. In this article/video we look at how to add volume control and to play all the MP3’s that we put on the root directory of our SD card (ignoring anything else). The video below […]