layeh / gumble

gumble is a Mumble client implementation in Go (golang)
https://pkg.go.dev/mod/layeh.com/gumble
Mozilla Public License 2.0
172 stars 55 forks source link

unseal gumbleffmpeg.Source #56

Open franciscod opened 3 years ago

franciscod commented 3 years ago

Hello, golang newbie here. I tried a lot of things to use this interface without changing the lib code but couldn't find a way to implement it.

This change allows me to implement the interface and provide my own functions to use it. Is this a good idea?