directory
Version:
v0.0.0-...-6c73bda
Opens a new window with list of versions in this module.
Published: Dec 1, 2023
License: GPL-2.0, MPL-2.0
Opens a new window with license information.
README
¶
Note
Added from github.com/bmmcginty/barnard/gumble for ease of future work and development.
gumble
Sub-projects
- gumble
- gumbleopenal
- OpenAL audio system for gumble
- gumbleffmpeg
- ffmpeg audio source for gumble
- gumbleutil
- Extras that can make working with gumble easier
Example
package main
import (
"layeh.com/gumble/gumble"
"layeh.com/gumble/gumbleutil"
)
func main() {
gumbleutil.Main(gumbleutil.Listener{
UserChange: func(e *gumble.UserChangeEvent) {
if e.Type.Has(gumble.UserChangeConnected) {
e.User.Send("Welcome to the server, " + e.User.Name + "!")
}
},
})
}
- barnard
- terminal-based Mumble client
- piepan
- an easy to use framework for writing Mumble bots using Lua
License
MPL 2.0
Author
Tim Cooper (tim.cooper@layeh.com)
Directories
¶
_examples
|
|
|
|
cmd
|
|
|
|
Package gumble is a client for the Mumble voice chat software.
|
Package gumble is a client for the Mumble voice chat software. |
MumbleProto
Package MumbleProto is a generated protocol buffer package.
|
Package MumbleProto is a generated protocol buffer package. |
|
|
|
|
|
|
Package gumbleutil provides extras that can make working with gumble easier.
|
Package gumbleutil provides extras that can make working with gumble easier. |
|
|
Click to show internal directories.
Click to hide internal directories.