From 50216d5345dfca4f2422aeb13920bb5447b01f37 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Sun, 9 Oct 2022 17:12:28 +0100 Subject: [PATCH] comment out azure custom voice for now.. --- src/components/forms/SpeechForm.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/forms/SpeechForm.js b/src/components/forms/SpeechForm.js index 75ec20c..f279f07 100644 --- a/src/components/forms/SpeechForm.js +++ b/src/components/forms/SpeechForm.js @@ -99,6 +99,7 @@ const SpeechServicesAddEdit = (props) => { const [useCustomStt, setUseCustomStt] = useState(false); const [customTtsEndpoint, setCustomTtsEndpoint] = useState(''); const [customSttEndpoint, setCustomSttEndpoint] = useState(''); + // eslint-disable-next-line no-unused-vars const [tmpCustomTtsEndpoint, setTmpCustomTtsEndpoint] = useState(''); const [tmpCustomSttEndpoint, setTmpCustomSttEndpoint] = useState(''); @@ -114,6 +115,7 @@ const SpeechServicesAddEdit = (props) => { const [invalidApiKey, setInvalidApiKey] = useState(false); const [invalidRegion, setInvalidRegion] = useState(false); const [invalidAwsRegion, setInvalidAwsRegion] = useState(false); + // eslint-disable-next-line no-unused-vars const [invalidUseCustomTts, setInvalidUseCustomTts] = useState(false); const [invalidUseCustomStt, setInvalidUseCustomStt] = useState(false); @@ -702,6 +704,7 @@ const SpeechServicesAddEdit = (props) => { ))} +{/*
{ ref={refUseCustomTts} disabled={!useCustomTts} /> +*/}