Bkacjios

Results 62 comments of Bkacjios

Ahhh.. I understand now. My bot has a timer that determines how often it should send the audio data. So if I set the bots audio packet size to 60,...

Am I missing something? When my bot receives audio from me speaking, it isn't getting 10 ms chunks if I adjust my client to have a 60 ms delay. Doesn't...

Yeah, this was the encoded packet I receive from a speaking client. I'm starting to think we had a misunderstanding here. > Turns out the Mumble client struggles with packets...

What hardware are you running this on? What is the servers max bitrate? If it's every 20-30 seconds I'm wondering if the ping/pong is somehow to blame..

Thank you. Cool. I have a similar setup as you. I'll have a few ideas on what may be the cause.

Mind trying my [async-connect](https://github.com/bkacjios/lua-mumble/tree/async-connect) branch? I added some changes which I think helped with the audio stuttering. Plus it uses the new audio packet format that was introduced in mumble...

I really don't get it.. Here's a recording I made of the bot playing a 48000hz, 2 channel, ogg file. To me, it sounds perfect. ![image](https://github.com/bkacjios/lua-mumble/assets/3247233/550f3bb3-3537-44be-bd4a-eec7b4794601) [Mumble-2024-05-09-13-01-14-192.168.1.205-TestBot.zip](https://github.com/bkacjios/lua-mumble/files/15265165/Mumble-2024-05-09-13-01-14-192.168.1.205-TestBot.zip) Try messing around...

Very very strange.. But good to know.

I'm starting to think the audio issues is a bug with mumble itself. I've had my bot playing a song on loop for a few hours now. It's been totally...

Ah right, I forgot about custom mapping for SDL. I can give it a try tomorrow!