diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-15 14:01:44 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-15 14:01:44 +1000 |
commit | 4e44a4ed7566fbbc7248796423b822430205ad98 (patch) | |
tree | 0c353e282ef119a0bbd632fa9dbf09a75f093157 /source/frontend/StarVoice.hpp | |
parent | 91cd6182d8647aa4ddee3abf8bd0bd8f741f1511 (diff) |
Get transmission working
Diffstat (limited to 'source/frontend/StarVoice.hpp')
-rw-r--r-- | source/frontend/StarVoice.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/frontend/StarVoice.hpp b/source/frontend/StarVoice.hpp index 8f39246..94ef8ac 100644 --- a/source/frontend/StarVoice.hpp +++ b/source/frontend/StarVoice.hpp @@ -18,6 +18,8 @@ typedef std::unique_ptr<OpusEncoder, void(*)(OpusEncoder*)> OpusEncoderPtr; namespace Star { +String const VoiceBroadcastPrefix = "Voice\0"s; + STAR_EXCEPTION(VoiceException, StarException); enum class VoiceInputMode : uint8_t { VoiceActivity, PushToTalk }; |