Replies: 2 comments
-
Are you sure that you are not doing any multitasking w/o task synchronization ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry @pschatzmann my bad, I found a bug. Working now thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @pschatzmann I'm struggling with InputMixer for a while now so hopefully you can give me a hint here.
This works fine, as per your examples:
And the mixer then is piped to I2S. In this case I hear 2 notes and all plays well. But then let's imagine you have
If I copy the RingBufferStream directly into I2SStream it works fine but if I add it to the mixer it stops after a split second and nothing happens anymore, all is stuck, e.g.
Why is this? Is it because "buffer" is not continuously generated but comes in in chunks?
How to handle mixing of sources coming in from the network or Bluetooth, i.e. not continuous? In another post you mentioned synchronisation but in principle wouldn't RingBufferStream take care of that?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions