UDP audio support
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.