MumbleSharp icon indicating copy to clipboard operation
MumbleSharp copied to clipboard

An implementation of the mumble voice chat protocol in C#

Results 15 MumbleSharp issues
Sort by recently updated
recently updated
newest added

Hi, I am looking for a feature or implementation where we can directly send the voice note to a user. Found the below-commented code snippet but the implementation seems to...

Type: Enhancement

We are checking mumble sharp and we were unable to read the response from Mumble server while creating new channel. Can you please guide us how to get the key...

I'm trying to take a PCM stream from another source and pipe it to Mumble. However, I get weird sort of sped up audio when I do this despite the...

While I'm aware the decoders/encoders are only semi-functional, when using the command-line demo to access a server, I've found that you regularly get NotImplemented exceptions because it's trying to use...

Priority: Low
Type: Enhancement
good first issue

CryptState.Decrypt (used on line 87 of MumbleConnection.cs) always returns null because some internal checksumming does not work. There's presumably a bug in the implementation of the decryption.

Type: Bug
Priority: Medium