|
group2 0.1.0
CSE 125 Group 2
|
Files | |
| VoiceCapture.cpp | |
| SDL recording plus Opus voice encoding. | |
| VoiceCapture.hpp | |
| SDL recording plus Opus encoding for push-to-talk voice chat. | |
| VoiceChatSystem.cpp | |
| Client-side voice capture, decode, jitter, and spatial playback. | |
| VoiceChatSystem.hpp | |
| Client-side push-to-talk voice capture, decode, jitter, and spatial playback. | |
| VoiceCodec.cpp | |
| Opus encoder/decoder wrappers for 48 kHz mono voice frames. | |
| VoiceCodec.hpp | |
| Thin RAII wrappers around the Opus encoder and decoder used by voice chat. | |
| VoiceJitterBuffer.cpp | |
| Bounded jitter buffer implementation. | |
| VoiceJitterBuffer.hpp | |
| Small bounded sequence buffer for unreliable voice frames. | |