You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Audio development kit: ESP32-LyraT and custom board
IDF version: 4.4.8
ADF version 2.7 and master
Build system: idf.py
Operating system: Mac OS
Using an IDE: VS Code
Power supply: USB and custom board
Problem Description
When playing back S32LE (Signed Linear 32 Bit, Little Endian) to the DAC either on the LytraT or our custom board (different DAC), there is some high end distortion for some reason.
It seems to be a problem with 32 bits specifically, as 16 bit content plays fine. 32 bit content created by bit-conversion using esp-adf-libs / esp_audio_effect also exhibits the same problem, which points me to esp-adf as the culprit.
Expected Behavior
32 Bit i2s should work without distortion
Actual Behavior
The audio almost sounds identical, but there is a high pitch sound
Listen to the sound, it loops a test track of s16le and s32le every 5 seconds
Code to Reproduce This Issue
See attached zip
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
I2S at 32 bits high pitch distortion - see attached example
I2S at 32 bits high pitch distortion - see attached example (AUD-5841)
Nov 8, 2024
I have tested on IDFv5.3 and not reproduce this issue. IDF4.x is end of life, could you please update IDF and have a try? If still have issue, attach a video help to check the distortion look like. Thanks!
Environment
Problem Description
When playing back S32LE (Signed Linear 32 Bit, Little Endian) to the DAC either on the LytraT or our custom board (different DAC), there is some high end distortion for some reason.
It seems to be a problem with 32 bits specifically, as 16 bit content plays fine. 32 bit content created by bit-conversion using esp-adf-libs / esp_audio_effect also exhibits the same problem, which points me to esp-adf as the culprit.
Expected Behavior
32 Bit i2s should work without distortion
Actual Behavior
The audio almost sounds identical, but there is a high pitch sound
Steps to Reproduce
Download: pipeline_spiffs_mp3.zip
Code to Reproduce This Issue
See attached zip
The text was updated successfully, but these errors were encountered: