-
Notifications
You must be signed in to change notification settings - Fork 54
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
UDP audio support #38
Labels
Comments
Ideally, gumble would implement UDP support, and the UDP connection would be running from a different go routine. I have a local branch that nearly implements UDP support. I can push that dev branch later today if you want to try tackling it, @MarcusWolschon. |
I've never coded in golang yet. |
I'd love to see UDP support |
I just pushed what I was playing around with to the udp branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/layeh/gumble/blob/master/gumble/handlers.go#L79
The decoding, waiting for the lock and processing of the decoded audio buffer should probably be done asynchronously and not block the handling of further UDP packets.
The text was updated successfully, but these errors were encountered: