Marcus Parker

Results 3 comments of Marcus Parker
trafficstars

Hi @HengYongChao Thanks for getting back to me. I know the Esp32 has 2 I2S but I would like to have three different mono tracks playing. I've been trying to...

So that's the method I'm trying, I've got the downmixer playing two tracks at the same time but they're being played on both left and right channels instead of track...

How do I do that? I've tried changing `.channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT ` in the I2S config and tried changing the function `downmix_set_out_ctx_info(downmixer, ESP_DOWNMIX_OUT_CTX_NORMAL); ` between all the left and right...