Output from SD card to A2DP and I2S #598
-
I am now using the examples "player-sdfat-i2s" and "player-sdfat-a2dp", I want to merge the two examples together SD card -> MultiOutput -> a2dp and i2s |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
I would expect that you just need to define the MultiOutput as output for the Player. |
Beta Was this translation helpful? Give feedback.
-
I want to read the MP3 from the SD card in ESP1 and send it to ESP2 with A2DP to play the music, and ESP1 will play the music from the SD card synchronously. ESP1 and ESP2 will play the same music at the same time |
Beta Was this translation helpful? Give feedback.
-
This will be pretty tricky: The A2DP adds a big delay to the output, so though you might be playing at the same time you will not hear them at the same time! |
Beta Was this translation helpful? Give feedback.
-
No, but an example that shows
|
Beta Was this translation helpful? Give feedback.
No, but an example that shows