diff --git a/src/blackmisc/audio/notificationsounds.h b/src/blackmisc/audio/notificationsounds.h index e692e4684..adc52a4cd 100644 --- a/src/blackmisc/audio/notificationsounds.h +++ b/src/blackmisc/audio/notificationsounds.h @@ -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 };