mumble-ruby icon indicating copy to clipboard operation
mumble-ruby copied to clipboard

A headless mumble client API written in Ruby

Results 17 mumble-ruby issues
Sort by recently updated
recently updated
newest added

Codec switching works for sending audio and bridge. Audio recieve not tested very well yet.

Hi! I wanted to use your library to add a Mumble-Based bot for my Lasertag game, using the play_file function to send TTS commands to the server. While trying it,...

If I execute the example from the Basic Usage I receive the following error: `kfm.rb:2:in '': uninitialized constant Mumble (NameError)` The installation seemed to go ok.

I see that the documentation explains how to pipe audio into mumble. Is there anyway for the client to pipe audio back out of Mumble-Ruby and to a fifo for...

My bot randomly disconnects from the server after about 10 seconds he's been online. The server is running the latest snapshot 1.3.0~537~gf8b63cd~snapshot, so it's using OPUS I did the following...

hi, i noticed the audio recorder takes a lot of cpu to record a wav file so i was trying to make it dump the opus data, but i don't...

Getting the error "Could not open library 'opus.dll': " even after changing the Path enviroment variable, putting the .dll in my Ruby/bin, putting a copy into my project lib. Would...

How do i add or remove channel?

### Introduction After connecting to a server, the server sends a number of `UserState`s to the client containing e.g. user names, user IDs and the ID of the channel the...

Doesn't support umurmur, perhaps its protocol is slightly different so a header for some messages cannot be discerned causing a crash. ``` /home/nick/.rvm/gems/ruby-2.2.0/gems/mumble-ruby-1.1.2/lib/mumble-ruby/connection.rb:29:in `read_message': undefined method `unpack' for nil:NilClass (NoMethodError)...