Struggling with MultiOutput, single output works #405
-
Dear @pschatzmann, I really like your library and it allowed me to play a stream or URL on a I2S board using the ESP32 in almost no time. That's great! But it cost me two whole evenings to make MultiOutput work, with no success yet. Before i give up, I thought I ask here. My results so far:
I think I'm just missing something little, but couldn't figure it out. I hope you can help me here, getting back on track. Any help would be appreciated. Thanks!
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Not sure what exactly the issue is, but I see two sources of trouble:
|
Beta Was this translation helpful? Give feedback.
-
The method availableForPrint was misspelled in MultiOutput. I just committed a correction. |
Beta Was this translation helpful? Give feedback.
-
@pschatzmann Thank you for your quick and helpful support. I just tried it with the latest version and it works like a charm. |
Beta Was this translation helpful? Give feedback.
The method availableForPrint was misspelled in MultiOutput. I just committed a correction.
W/o this correction you would need to call setCheckAvailableForWrite(false) on the copier