Skip to content
forked from acien101/barnard

barnard is a terminal-based client for the Mumble voice chat software

License

Notifications You must be signed in to change notification settings

cantudo/barnard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

barnard - Cantudo fork

It adds suport for immediate conenction to a channel:

barnard -server mumble.FFF.org:64738 -username prueba -channel "channel"

support for connection to different audio devices

barnard -server mumble.FFF.org:64738 -username prueba -channel "channel" -outputdevice 4 -inputdevice 5

you can get a list of the audio devices with

barnard -list_devices

it also adds a flag to start transmission rightaway without any keypresses

barnard -server mumble.FFF.org:64738 -username prueba -channel "channel" -outputdevice 4 -inputdevice 5 -inmediatestart

barnard is a terminal-based client for the Mumble voice chat software.

Screenshot

Installation

Requirements:

  1. Go
  2. Git
  3. Opus development headers
  4. OpenAL development headers

To fetch and build:

go get -u layeh.com/barnard

After running the command above, barnard will be compiled as $(go env GOPATH)/bin/barnard.

Manual

Key bindings

  • 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

License

GPLv2

Author

Tim Cooper (tim.cooper@layeh.com)

About

barnard is a terminal-based client for the Mumble voice chat software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%