[AFV] Ref T730, bring back swift PTT click sounds

This commit is contained in:
Klaus Basan
2019-10-17 17:43:31 +02:00
parent c054f4d307
commit 3a469d4654
2 changed files with 5 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ namespace BlackSound
this->updateEffect(CNotificationSounds::NotificationTextCallsignMentioned, directory, "callsignmentioned.wav");
this->updateEffect(CNotificationSounds::NotificationNoAudioTransmission, directory, "noaudiotransmission.wav");
this->updateEffect(CNotificationSounds::PTTBlocked, directory, "pttblocked.wav");
this->updateEffect(CNotificationSounds::PTTClickKeyDown, directory, SampleProvider::Samples::fnClick());
this->updateEffect(CNotificationSounds::PTTClickKeyDown, directory, "pttclick.wav");
this->updateEffect(CNotificationSounds::PTTClickKeyUp, directory, "pttclick.wav");
}