mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
refactor: Clarify AFV sounds in NotificationPlayer
This commit is contained in:
@@ -36,6 +36,10 @@ namespace BlackMisc::Audio
|
||||
PTTClickKeyDown = 1 << 7,
|
||||
PTTClickKeyUp = 1 << 8,
|
||||
// 1 << 9 previously used for PTTBlocked
|
||||
|
||||
// AFVClicked and AFVBlocked are not played back from the notification player itself (except for preview playback).
|
||||
// Instead, they are provided from BlackSound::SampleProvider::Samples.
|
||||
// They are included here to allow to disable playing them.
|
||||
AFVClicked = 1 << 14,
|
||||
AFVBlocked = 1 << 15
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user