mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 23:35:40 +08:00
refactor: Clarify AFV sounds in NotificationPlayer
This commit is contained in:
@@ -36,6 +36,10 @@ namespace BlackMisc::Audio
|
|||||||
PTTClickKeyDown = 1 << 7,
|
PTTClickKeyDown = 1 << 7,
|
||||||
PTTClickKeyUp = 1 << 8,
|
PTTClickKeyUp = 1 << 8,
|
||||||
// 1 << 9 previously used for PTTBlocked
|
// 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,
|
AFVClicked = 1 << 14,
|
||||||
AFVBlocked = 1 << 15
|
AFVBlocked = 1 << 15
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user