Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

mkody/gomumblesoundboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoMumbleSoundboard

A Soundboard for the Mumble voice chat software written in Go. gomumblesoundboard

Requirements

  • mumble server
  • folder with sounds
  • godep (go get github.com/tools/godep)
  • ffmpeg (brew install ffmpeg / sudo apt-get install libav-tools*)
  • opus-header (brew install opus / sudo apt-get install libopus-dev)

* On ubuntu you may need to symlink ffmpeg to avconv: sudo ln -s /usr/bin/avconv /usr/bin/ffmpeg

Install

Using godep to handle dependency version locking:

$ git clone https://github.com/robbi5/gomumblesoundboard
$ cd gomumblesoundboard
$ godep restore
$ go build

Usage

./gomumblesoundboard --server yourmumbleserver.com:64738 --insecure --channel ChannelName ~/SoundboardFiles/*.mp3

Then open http://localhost:3000 and press all the buttons!

Supported command line arguments

  • --server localhost:64738 Mumble server address
  • --username gumble-bot client username
  • --password hunter2 client password
  • --insecure skip server certificate verification
  • --certificate user certificate file (PEM)
  • --key user certificate key file (PEM)
  • --channel ChannelName Mumble channel to join

License

MIT

Thanks

Thanks to @bontibon / @layeh for gumble and @codegangsta for martini.

About

A Soundboard for the Mumble voice chat software written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.4%
  • Go 45.6%