group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
VoiceChatSystem.hpp File Reference

Client-side push-to-talk voice capture, decode, jitter, and spatial playback. More...

#include "VoiceCapture.hpp"
#include "VoiceCodec.hpp"
#include "VoiceJitterBuffer.hpp"
#include "ecs/components/ClientId.hpp"
#include "ecs/registry/Registry.hpp"
#include "network/VoiceProtocol.hpp"
#include <glm/glm.hpp>
#include <mutex>
#include <string_view>
#include <unordered_map>
#include <vector>
Include dependency graph for VoiceChatSystem.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VoiceChatSystem
struct  VoiceChatSystem::SpeakingState
struct  VoiceChatSystem::RemoteSpeaker

Detailed Description

Client-side push-to-talk voice capture, decode, jitter, and spatial playback.