mirror of
https://github.com/ShaYmez/P25Clients.git
synced 2025-09-06 07:07:49 -04:00
Add the Pacific TAC1 voice prompt.
This commit is contained in:
parent
b6d10a2ec6
commit
27e0c7d1fb
@ -22,6 +22,7 @@
|
|||||||
#include "SpeechEU.h"
|
#include "SpeechEU.h"
|
||||||
#include "SpeechNA.h"
|
#include "SpeechNA.h"
|
||||||
#include "SpeechPacific.h"
|
#include "SpeechPacific.h"
|
||||||
|
#include "SpeechPacificTAC1.h"
|
||||||
#include "SpeechWW.h"
|
#include "SpeechWW.h"
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
@ -128,9 +129,13 @@ void CSpeech::announce(unsigned int id)
|
|||||||
m_id = id;
|
m_id = id;
|
||||||
break;
|
break;
|
||||||
case 10400U:
|
case 10400U:
|
||||||
case 10401U:
|
m_speech = SPEECH_PACIFIC;
|
||||||
m_speech = SPEECH_PACIFIC;
|
m_count = SPEECH_PACIFIC_COUNT;
|
||||||
m_count = SPEECH_PACIFIC_COUNT;
|
m_id = id;
|
||||||
|
break;
|
||||||
|
case 10401U:
|
||||||
|
m_speech = SPEECH_PACIFIC_TAC1;
|
||||||
|
m_count = SPEECH_PACIFIC_TAC1_COUNT;
|
||||||
m_id = id;
|
m_id = id;
|
||||||
break;
|
break;
|
||||||
case 9999U:
|
case 9999U:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user