From 50b29065aebd0360843a7cc66e275f1a1c2b8fca Mon Sep 17 00:00:00 2001 From: vk7js <58905135+vk7js@users.noreply.github.com> Date: Mon, 16 May 2022 21:45:00 +1000 Subject: [PATCH] Adjusted long comment to wrap. --- openrtx/include/core/voicePrompts.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/openrtx/include/core/voicePrompts.h b/openrtx/include/core/voicePrompts.h index fae8290d..8cfedec1 100644 --- a/openrtx/include/core/voicePrompts.h +++ b/openrtx/include/core/voicePrompts.h @@ -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. */