-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Play Raw OPUS. #609
Comments
I don't know that exactly. Do you have an example of such a file? |
It is not a file. I am getting UDP packets delivered to a port of ESP32. Similar to RTSP, but without any headers. Here is a payload example extracted from the event.data of a single event:
|
This issue is stale because it has been open for 30 days with no activity. |
@elshnkhll did you figure this out? |
Thanks for GREAT work and countless hours invested into this unique project.
I am receiving raw OPUS packets (~120 byte) on a port of ESP32 every 20ms. Packets are not wrapped (no MP3 or OGG). First byte (TOC) is F4 = 11110100, meaning they are in CELT mode, stereo and 1 frame per packet, 48000 sample rate. Is it feasible to adapt your code to play this kind of stream?
Thanks in advance.
With wishes of success.
The text was updated successfully, but these errors were encountered: