1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 12:06:07 +08:00

Update protos

This commit is contained in:
Nick Hastings
2023-12-17 12:51:25 -05:00
parent d8c63810e1
commit ea98159aeb

View File

@ -56,6 +56,7 @@ enum SVC_Messages {
enum VoiceDataFormat_t {
VOICEDATA_FORMAT_STEAM = 0;
VOICEDATA_FORMAT_ENGINE = 1;
VOICEDATA_FORMAT_OPUS = 2;
}
enum RequestPause_t {
@ -132,6 +133,9 @@ message CMsgVoiceAudio {
optional uint32 section_number = 4;
optional uint32 sample_rate = 5;
optional uint32 uncompressed_sample_offset = 6;
optional uint32 num_packets = 7;
repeated uint32 packet_offsets = 8 [packed = true];
optional float voice_level = 9;
}
message CCLCMsg_VoiceData {