Ruuttu

Results 9 comments of Ruuttu

I'm working on adding this for myself. It doesn't seem too difficult, tho that might indicate I'm doing it wrong. It involves a change to the addJoint() method in component.Main,...

Unfortunately I don't have a full picture of the issue at this time. Apparently one reason to control rotation orders is to minimize euler flipping. That's when the euler values...

Yup, "Accurate" always reverts to "Clean".

Did you already try setting Render Style to "Accurate"? Unfortunately there's a bug with settings reverting: https://github.com/vektah/CodeGlance/issues/204

My thoughts. As a starting point, yes, the API should provide separate PCM chunks for each member being listened to. If no filters are set, all members are listened to,...

Seems safe to bet that Discord makes no effort to synchronize speakers. Each stream is basically played "as soon as it's received" with the shortest buffer they think they can...

I wanted my bot to play a 15 second replay on-demand, just for laughs basically, so I needed basic recording capability to start with. I built a setup that mixes...

Let's see. This was all done against version 0.13.0 at the time. I started by copying the work from https://github.com/Rapptz/discord.py/pull/333 for receiving decrypted opus voice packets. I wrote a "Decoder"...

Was there a "good" workaround for this? The only thing I can get to work is to connect to a different voice channel, then back to the one I actually...