Skip to content

A2DP -> Mono -> I2S distorted #1602

Answered by pschatzmann
fscii asked this question in Q&A
Jun 20, 2024 · 1 comments · 12 replies
Discussion options

You must be logged in to vote

In Arduino ESP32 3.0 core the I2S has changed and might therefore behave slightly differently.
A2DP provides stereo data, so only specifying channels = 1 in I2S will not work.

You can use a2dp_sink.set_mono_downmix (bool enabled) to output the same (mono) signal on the 2 i2s channels.

If you want to limit the I2S signal to 1 output pin you need to convert the number of channels first!

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@pschatzmann
Comment options

@fscii
Comment options

@pschatzmann
Comment options

@pschatzmann
Comment options

@fscii
Comment options

Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants