This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

Scriptable or commandline based mumble voice client


algoabay
 Share

Recommended Posts

Hi all, I have been running mumble server on a headless RaspberryPi - very impressed by the quality of the audio. However, I am struggling to find a headless client. I can get the standard mumble voice client running on the same Raspberry Pi by logging in using ssh -Y; however, the interactive performance is too slow to be usable. So what I am looking for is a simple scriptable voice client that ideally requires no interaction with a user on startup after initial configuration of Input/output which is USB headset with microphone. My top priority is the microphone so even a simplex solution for that would be OK.


The only candidates that I have found so far that might work for this are https://gitorious.org/cmumble which I have not yet been able to compile and mumble-ruby for which I have not yet found a voice example. Does anyone here have any other suggestions or insight into whether either of these suggestions might work.


Thanks all,

James

Link to comment
Share on other sites

  • Moderators

What are you hoping to do? Once audio and certificate are set up, you can connect to a Mumble server by passing it a URL. You can change channels doing that as well.


There's also an XMLRPC feature that's piss-poorly documented that (here's a sample C# implementation), IIRC, lets you mute/unmute/deafen/etc.


You'll still need some sort of X server to attach it to though, even if it's a virtual framebuffer.

Full disclosure: I used to run a commercial Mumble host, and my opinions do not reflect the opinions of the Mumble project.

Avatar is stolen from here

Link to comment
Share on other sites

  • Moderators

Few weeks ago there was released a cli client for Mumble named barnard, written in Go, licensed under the MIT license. It uses OpenAL for audio which works well with Alsa or PulseAudio.


You can probably extend this project to your needs.


See https://github.com/layeh/barnard


If you have questions ... the developer of this project is sitting in #mumble on irc.


Have fun :)

Link to comment
Share on other sites

 Share

×
×
  • Create New...