Audioplayer with VolumePrint #1518
-
I'm using AudioPlayer, this works like a charm !! So this is my chain: Now I would get the volume ... urlstream - > decoder -> multi -> volume -> i2s |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Just define the MultiOutput as output instead of i2s when you create the player |
Beta Was this translation helpful? Give feedback.
-
Yes that should work: if you have more then 2 outputs, you would need to add the output with the add method in the setup(); |
Beta Was this translation helpful? Give feedback.
Just define the MultiOutput as output instead of i2s when you create the player