Replies: 2 comments 2 replies
-
I started to work on the topic of streaming of audio data as well and suggest to use I would also use it together with a CODEC |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello everyone, Mr Schatzmann, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working a project where I want to do two-way radio style comms and your library is damn near perfect.
The i2S to TCP/IP works perfectly for point to point (1 to 1) communications, but I would like a one to many scenario, where one device can send out a message and all the other devices on that 'channel' can hear it. The current implementation does not allow this as it only sends to a single IP address.
Is this possible.
here are a couple of ideas
Beta Was this translation helpful? Give feedback.
All reactions