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
### What changed
Replaced:
* `I2S_PDM_TX_CLK_DEFAULT_CONFIG` → `I2S_PDM_TX_CLK_DAC_DEFAULT_CONFIG`
* `I2S_PDM_TX_SLOT_DEFAULT_CONFIG` → `I2S_PDM_TX_SLOT_DAC_DEFAULT_CONFIG`
These macros switch `line_mode` to `I2S_PDM_TX_ONE_LINE_DAC` and adjust other related fields.
### Why
PDM output sounded too high-pitched when using mono audio. I assume the point of `DriverPDM` is to simulate a DAC, and this config matches that better — especially compared to the old IDF 4 “legacy” driver. Audio now sounds correct.
0 commit comments