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
Is there a way to get opus packet data, wrap into an ogg container then capture the byte array for sending to another service ? No files written. There is only tests and examples for writing file output. I'm needing to get the byte array packet per opus frame, wrap into ogg then send to a service.
I've tried writing to an opus file but playback skips. So not sure what else it needs.
The text was updated successfully, but these errors were encountered:
Is there an easy way to mux an Opus packet byte into Ogg container. This project seems file based but I need to wrap live bytes and get the byte array output from it ?
Is there a way to get opus packet data, wrap into an ogg container then capture the byte array for sending to another service ? No files written. There is only tests and examples for writing file output. I'm needing to get the byte array packet per opus frame, wrap into ogg then send to a service.
I've tried writing to an opus file but playback skips. So not sure what else it needs.
The text was updated successfully, but these errors were encountered: