Skip to content

I2S Output of 4 Channels with an ESP32 #1536

Closed Answered by pschatzmann
bbaldach asked this question in Q&A
Discussion options

You must be logged in to vote

There have been a couple of improvements & corrections.
Try again with the latest version...

ps. does your input data really have 4 channels ? if it is a regular stereo file you could do
out.addOutput(i2s_1, 0, 1);
out.addOutput(i2s_2, 0, 1);
or
out.addOutput(i2s_1, 0, 0); // only left on 1
out.addOutput(i2s_2, 1, 1); // only right on 2

There should be no need for calling addNotifyAudioChange any more

Replies: 5 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@bbaldach
Comment options

Answer selected by pschatzmann
Comment options

You must be logged in to vote
2 replies
@bbaldach
Comment options

@pschatzmann
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@bbaldach
Comment options

@bbaldach
Comment options

@pschatzmann
Comment options

@bbaldach
Comment options

Comment options

You must be logged in to vote
0 replies
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