pat

Results 6 comments of pat

If you mean API version: it is handled internally and you don't often need to worry about it. v14 uses v10 of the API, and v13 uses v9 of the...

why not change it if it's different?

The issue here is that `VoiceReceiver#subscribe` returns an `AudioReceiveStream`, and the method is a bit confusing at first. When the stream is returned, it immediately continues code, but that doesn't...

@dzlandis I mean, yes, scaling should affect pretty much everything on your bot, but I'm not sure how it would work with voice receive. The behavior you're explaining just means...

is the issue only after playing something else before? your code sample is confusing and doesn't reproduce the bug

I can't repro with the first minimal sample and the second one just never gets to playing, it's closer to the linked issue though imo