|
TB2026-YDS Firmware
|
WAV backend: PCM RIFF/WAVE, 16-bit or 24-bit, mono or stereo, up to 192 kHz. More...
Variables | |
| const decoder_backend_t | decoder_wav_backend |
WAV backend: PCM RIFF/WAVE, 16-bit or 24-bit, mono or stereo, up to 192 kHz.
Every sample is expanded to the 32-bit MSB-justified word the ESP32 I2S peripheral expects: int16 shifted into the high 16 bits, WAV's packed 3-byte little-endian 24-bit samples into the high 24 bits (low byte 0). Mono is up-mixed to stereo.
| const decoder_backend_t decoder_wav_backend |