From 385aa8981a18756db4be65bb2f33c9510847c441 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Thu, 25 Jul 2019 09:39:25 -0700 Subject: [PATCH] TTS update --- src/Audio/AudioOutput.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Audio/AudioOutput.cc b/src/Audio/AudioOutput.cc index fe6234aef..6fb95195d 100644 --- a/src/Audio/AudioOutput.cc +++ b/src/Audio/AudioOutput.cc @@ -125,6 +125,9 @@ QString AudioOutput::fixTextMessageForAudio(const QString& string) { if(result.contains("PREARM", Qt::CaseInsensitive)) { result.replace("PREARM", "pre arm", Qt::CaseInsensitive); } + if(result.contains("PITOT", Qt::CaseInsensitive)) { + result.replace("PITOT", "pee toe", Qt::CaseInsensitive); + } // Convert negative numbers QRegularExpression re(QStringLiteral("(-)[0-9]*\\.?[0-9]")); -- 2.22.0