Skip to content

ESP32_I2S_AudioBackend

Class

Source: ESP32_I2S_AudioBackend.h

Inherits from: AudioBackend

Description

Audio backend implementation for ESP32 using I2S.

Uses a FreeRTOS task to continuously feed the I2S DMA buffer to ensure smooth playback independent of the game loop frame rate.

Inheritance

AudioBackendESP32_I2S_AudioBackend

Methods

void audioTaskLoop()

Released under the MIT License.