You'll very likely want to install Barnards fork of Cantudo:
https://github.com/layeh/barnard
It adds suport for immediate conenction to a channel:
mumbler -server mumble.FFF.org:64738 -username prueba -channel "channel"
support for connection to different audio devices
mumbler -server mumble.FFF.org:64738 -username prueba -channel "channel" -outputdevice 4 -inputdevice 5
you can get a list of the audio devices with
mumbler -list_devices
it also adds a flag to start transmission rightaway without any keypresses
mumbler -server mumble.FFF.org:64738 -username prueba -channel "channel" -outputdevice 4 -inputdevice 5 -inmediatestart
Requirements:
To fetch and build:
go get -u https://github.com/tmelvin/mumbler@latest
After running the command above, mumbler
will be compiled as $(go env GOPATH)/bin/mumbler
.
- F1: toggle voice transmission
- Ctrl+L: clear chat log
- Tab: toggle focus between chat and user tree
- Page Up: scroll chat up
- Page Down: scroll chat down
- Home: scroll chat to the top
- End: scroll chat to the bottom
- F10: quit
GPLv2
Tim Cooper ([email protected])