-
Notifications
You must be signed in to change notification settings - Fork 53
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
Event which user speaks ? #41
Comments
Hello, If it can help someone: In my case I made some modification to the stream.go in gumbleopenal to change a GPIO PIN on the raspberry. I did that with a timer that is reset all the time audio data is coming and that expire after 20ms on no reset that trigger a GPIO. This way I have a RX pin led. func (s *Stream) OnAudioStream(e *gumble.AudioStreamEvent) {
} |
Your hack helped me today, thanks! BTW, will be great to refactor this to more standard way (i.e. declare and fire events instead of switching pin directly) and issue PR to @layeh. |
Hello everybody,
I can see in gumble / see if and which user now speaks?
Is there an event and how do I bind it?
regards
Dirk
The text was updated successfully, but these errors were encountered: