kopia lustrzana https://github.com/OpenRTX/OpenRTX
Added voice prompt for channel.
rodzic
af76afb521
commit
cdda2a5b90
|
@ -95,6 +95,7 @@ PROMPT_CAP, // cap
|
||||||
PROMPT_HERTZ, // hertz
|
PROMPT_HERTZ, // hertz
|
||||||
PROMPT_KILOHERTZ, // Kilohertz
|
PROMPT_KILOHERTZ, // Kilohertz
|
||||||
PROMPT_MEGAHERTZ, // Megahertz
|
PROMPT_MEGAHERTZ, // Megahertz
|
||||||
|
PROMPT_CHANNEL,
|
||||||
PROMPT_VFO, // V F O
|
PROMPT_VFO, // V F O
|
||||||
PROMPT_MILLISECONDS, // Milliseconds
|
PROMPT_MILLISECONDS, // Milliseconds
|
||||||
PROMPT_SECONDS, // Seconds
|
PROMPT_SECONDS, // Seconds
|
||||||
|
@ -156,6 +157,13 @@ typedef enum
|
||||||
vpAnnouncePhoneticRendering=0x40,
|
vpAnnouncePhoneticRendering=0x40,
|
||||||
} VoicePromptFlags_T;
|
} VoicePromptFlags_T;
|
||||||
|
|
||||||
|
typedef enum
|
||||||
|
{
|
||||||
|
vpqInit=0x01, // stop any voice prompts already in progress.
|
||||||
|
vpqPlayImmediately=0x02, // call play after queue.
|
||||||
|
vpqIncludeDescriptions=0x04
|
||||||
|
} VoicePromptQueueFlags_T;
|
||||||
|
|
||||||
extern bool voicePromptDataIsLoaded;
|
extern bool voicePromptDataIsLoaded;
|
||||||
extern const uint32_t VOICE_PROMPTS_FLASH_HEADER_ADDRESS;
|
extern const uint32_t VOICE_PROMPTS_FLASH_HEADER_ADDRESS;
|
||||||
// Loads just the TOC from Flash and stores in RAM for fast access.
|
// Loads just the TOC from Flash and stores in RAM for fast access.
|
||||||
|
|
Ładowanie…
Reference in New Issue