Adjusted long comment to wrap.

This commit is contained in:
vk7js 2022-05-16 21:45:00 +10:00 committed by Silvano Seva
parent a5985dd55d
commit 50b29065ae
1 changed files with 4 additions and 3 deletions

View File

@ -185,10 +185,11 @@ typedef enum
vpAnnouncePhoneticRendering=0x40,
} VoicePromptFlags_T;
/*
These queuing flags determine if speech is interrupted, played immediately, whether prompts are queued for values, etc.
These queuing flags determine if speech is interrupted, played
immediately, whether prompts are queued for values, etc.
They are necessary because for example if you call the announceXX functions
consecutively, it is only desireable to initially stop speech in progress
and only play after the last prompt is queued.
consecutively, it is only desireable to initially stop speech in
progress and only play after the last prompt is queued.
If however calling an announceXX function in isolation, normally any prompt in
progress should be interrupted and play should be called immediately.
*/