pymumble
pymumble copied to clipboard
Mumble client implementation in Python
Hello, This library is great, however I get occasional hitching in the audio when using it. I suspect this is due to the use of TCP for the audio stream....
I downloaded the audio only client and had to change some of the imports to get it to work as well as separate the audio listeners to get it to...
Hello, I am trying to capture the audio of my machine using the example from `music_bot.py`, and modified it accordingly: ```python #!/usr/bin/env python #!/usr/bin/python3 import pymumble_py3 import subprocess as sp...
Hello, I am attempting to write incoming audio data to a wave file, however the incoming audio is ALWAYS cut off about a quarter second before the audio should end....
When using the provided audio only client as found in the demo section of pymumble I have encountered a major issue in which the latency will increase over time. I...
I've been looking for a low maintenance alternative to broadcast to a radio (to stream) conversations from a murmur server. Is it possible with this library? I'd like to install...
To be able to implement https://github.com/azlux/botamusique/issues/283 :)
When disconnecting manually and trying to reconnect to mumble I receive the error that threads can only be started once. `RuntimeError: threads can only be started once` mumble.stop() is excecuted...
Is there a function somewhere to manually disconnect from the server without exiting the program? Also apologies for the issue on the mumbleradioplayer git, accidentally asked there first. Looking at...
Having support for UDP network statistics would make packet loss more clearly visible, currently there does not seem to be support for it, as the counters stay at zero.