-
Notifications
You must be signed in to change notification settings - Fork 35
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
Need help with decoding the incoming audio #191
Comments
Do you mean the JSON or the Opus codec? Both are well documented and used everywhere - try Google? |
I was able to get this to work in Go without any issues. This is binary data, so you may have to do a bit of bit-banging to make it work:
Here's a few other tips that might help:
The documentation is quite good, once you understand the binary encoding part of it. Do you have any more specific detail about where you are stuck? |
I am trying to make a Zello application Python client using API documentation from the Zello Github repo.
I am having problems with the decoding the raw data.
The documentation of the Zello library sucks as it clearly doesn't explain anything related to the decoding part. I also looked at some other similar issues raised by other users but the answers were not satisfactory at all.
I sincerely need help with this.
The text was updated successfully, but these errors were encountered: