Summary
- Imported audio system from Legacy. Includes the TweetNacl lib for (commit: 8a104f3) (details)
- Removed AudioManager#moveAudioConnection, moved logic into (commit: 310d574) (details)
- Created ConnectionListener system. All connection related statuses are (commit: 8bd97f1) (details)
- Added a ratelimit queue to the Main Websocket to protect it from (commit: 5f2bd43) (details)
- First pass on audio reconnect. Supports mWS resume and individual aWS (commit: a97afac) (details)
- Added support to preserve audio connections and AudioManager settings (commit: 0bc967b) (details)
- Separated the audio packet sending logic from the packet encoding and (commit: b6de2f9) (details)
- Added handling for AudioWebSocket failing to connect. Fixes #110 (commit: d0e072b) (details)