add support for Azure custom vocies

This commit is contained in:
Dave Horton
2022-11-04 08:27:40 -04:00
parent a67f6ad214
commit b8c67143bd
+1 -3
View File
@@ -704,7 +704,6 @@ const SpeechServicesAddEdit = (props) => {
</option>
))}
</Select>
{/*
<div />
<Checkbox
noLeftMargin
@@ -726,7 +725,7 @@ const SpeechServicesAddEdit = (props) => {
invalid={invalidUseCustomTts}
ref={refUseCustomTts}
/>
<Label htmlFor="customVoiceEndpoint">Custom voice endpoint</Label>
<Label htmlFor="customVoiceEndpoint">Custom voice endpoint Id</Label>
<Input
name="customVoiceEndpoint"
id="customVoiceEndpoint"
@@ -737,7 +736,6 @@ const SpeechServicesAddEdit = (props) => {
ref={refUseCustomTts}
disabled={!useCustomTts}
/>
*/}
<div />
<Checkbox
noLeftMargin