You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For sending an audio stream over socket.io we need to be able to send byte buffers. At the moment this buffers implemented as Uint8List is split by the library into one element of the List per packet.
At the moment we change this behavior for us with this little change, but is definitely no change everybody will be happy with.
Maybe a standard option for this behavior should be added to this library. Please let me know what you think of this.
The text was updated successfully, but these errors were encountered:
For sending an audio stream over socket.io we need to be able to send byte buffers. At the moment this buffers implemented as Uint8List is split by the library into one element of the List per packet.
At the moment we change this behavior for us with this little change, but is definitely no change everybody will be happy with.
Maybe a standard option for this behavior should be added to this library. Please let me know what you think of this.
The text was updated successfully, but these errors were encountered: