You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
Looking at the hex dumps of the data portion of VoiceData packets, it seems that they're not being parsed properly (as portions of obviously not voice data are showing up).
Relevant excerpt from the hexdump of a VoiceData packet:
Looking at the hex dumps of the
data
portion ofVoiceData
packets, it seems that they're not being parsed properly (as portions of obviously not voice data are showing up).Relevant excerpt from the hexdump of a
VoiceData
packet:Code I'm using to grab the data:
Any ideas to wha'ts going on?
The text was updated successfully, but these errors were encountered: