ESP32 A1S with Arduino Audio Tools

Опубликовано: 15 Апрель 2026
на канале: NA5Y
8,308
130

This is a followup to my previous video
   • Playing around with the ESP32 A1S Module  

In this video I continue to play around with the Arduino Audio Tools
https://github.com/pschatzmann/arduin...

With a library I have put together for ES8388 codec support
https://github.com/thaaraak/es8388

And here is the codec support that comes with Arduino Audio Tools
https://github.com/pschatzmann/arduin...

The examples I showed are all here
https://github.com/thaaraak/es8388/tr...

0:00 Intro
1:51 Quick walkthrough of ES8388 Arduino library
2:33 Example 1: Generated Stream to I2S (streams-generator-i2s)
5:27 Example 2: I2S Input to I2S Output (streams-i2s-i2s)
7:20 Example 3: Generated Stream to Browser (streams-generator-webserver_wav)
9:34 Example 4: I2S Input to Browser (streams-i2s-webserver_wav)
13:34 Example 5: Audio to Bluetooth Receiver (basic_adp_sink)
15:50 Wrapup