mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 21:08:35 +02:00
Bump the audio packet version
This commit is contained in:
parent
9a81a076e8
commit
84af90ad96
2 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,7 @@ PacketVersion versionForPacketType(PacketType packetType) {
|
|||
case PacketType::MicrophoneAudioNoEcho:
|
||||
case PacketType::MicrophoneAudioWithEcho:
|
||||
case PacketType::AudioStreamStats:
|
||||
return static_cast<PacketVersion>(AudioVersion::SpaceBubbleChanges);
|
||||
return static_cast<PacketVersion>(AudioVersion::HighDynamicRangeVolume);
|
||||
|
||||
default:
|
||||
return 17;
|
||||
|
|
|
@ -245,6 +245,7 @@ enum class AudioVersion : PacketVersion {
|
|||
TerminatingStreamStats,
|
||||
SpaceBubbleChanges,
|
||||
HasPersonalMute,
|
||||
HighDynamicRangeVolume,
|
||||
};
|
||||
|
||||
#endif // hifi_PacketHeaders_h
|
||||
|
|
Loading…
Reference in a new issue