How to Combine a MP3 files from PROGMEM and A2DP using OutputMixer? #713
-
I'm trying to combine multiple MP3 files and a2dp with a mixer so I can play status sounds while playing music through a2dp |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I would try it with an input mixer first. But you forgot to tell me if you implement an A2DP source or a sink... |
Beta Was this translation helpful? Give feedback.
-
Still the same answer: since you can read data from the A2DPStream and the EncodedAudioStream you can use the InputMixer |
Beta Was this translation helpful? Give feedback.
I would try it with an input mixer first. But you forgot to tell me if you implement an A2DP source or a sink...
Don't forget that you can only mix pcm audio, so you need to decode your mp3 files first!