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
Hi, I am using an ESP32S3 module to develop a project with dual channel audio output. What I mean is using the two I2S interfaces to connect two codecs separately and output audio independently.
So I'd like to know if it is possible to use the current ADF library's 'audio_pipeline' audio player to implement the feature? It would be even better if there were corresponding examples.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Play audio on two channels
Play audio on two channels (AUD-5816)
Oct 31, 2024
@GCTechnology Is your audio in stereo? If yes, I think you should implement an element to change the interleave audio to un-interleave audio, then put the un-interleave audio into two I2S streams.
@GCTechnology Is your audio in stereo? If yes, I think you should implement an element to change the interleave audio to un-interleave audio, then put the un-interleave audio into two I2S streams.
Ah, I almost forget this issue I pushed. I have successfully implemented this feature by modifying example 'play_mp3_control'.
Thanks for your reply.
Hi, I am using an ESP32S3 module to develop a project with dual channel audio output. What I mean is using the two I2S interfaces to connect two codecs separately and output audio independently.
So I'd like to know if it is possible to use the current ADF library's 'audio_pipeline' audio player to implement the feature? It would be even better if there were corresponding examples.
The text was updated successfully, but these errors were encountered: