From 900f1e56774900eb088f2ba1723b86b33d46a540 Mon Sep 17 00:00:00 2001 From: Benjamin Jemlich Date: Fri, 29 Apr 2011 10:53:57 +0200 Subject: Opus support for the server Untested but should work because it's only a minor modification of the existing CELT/Speex code. --- src/Message.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Message.h') diff --git a/src/Message.h b/src/Message.h index 526e5ccff..5f9038ffc 100644 --- a/src/Message.h +++ b/src/Message.h @@ -69,7 +69,7 @@ class MessageHandler { public: - enum UDPMessageType { UDPVoiceCELTAlpha, UDPPing, UDPVoiceSpeex, UDPVoiceCELTBeta }; + enum UDPMessageType { UDPVoiceCELTAlpha, UDPPing, UDPVoiceSpeex, UDPVoiceCELTBeta, UDPVoiceOpus }; #define MUMBLE_MH_MSG(x) x, enum MessageType { -- cgit v1.2.3