scripty-bot / scripty

Speech to text bot for Discord
https://scripty.org
European Union Public License 1.2
61 stars 7 forks source link

Fix packet ordering #5

Closed tazz4843 closed 2 years ago

tazz4843 commented 2 years ago

Right now there's some issues with the way Discord sends packets, and especially the SpeakingStateUpdate events. The SpeakingStateUpdate event is never fired on time, and inevitably ends up losing some data.

Theoretical workarounds:

tazz4843 commented 2 years ago

From the developer of Songbird themselves, apparently the first option would work, with a few differences:

However we need to do some digging into the audio data format first to verify these ideas.