Skip to content

Commit da5e71c

Browse files
author
Florian Treml
committed
New Version
1 parent c3afd21 commit da5e71c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ This project is standing on the shoulders of giants.
174174

175175
## Changelog
176176

177+
### 2022-01-12
178+
179+
* Added support for Azure Speech Services
180+
177181
### 2021-12-07
178182

179183
* Added endpoints for streaming audio and responses

frontend/resources/.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,15 @@ BOTIUM_SPEECH_KALDI_URL_DE=http://stt-de:80/client/dynamic/recognize
4444
# STT Provider IBM
4545
BOTIUM_SPEECH_IBM_STT_APIKEY=
4646
BOTIUM_SPEECH_IBM_STT_SERVICEURL=
47+
48+
# TTS Provider IBM
4749
BOTIUM_SPEECH_IBM_TTS_APIKEY=
4850
BOTIUM_SPEECH_IBM_TTS_SERVICEURL=
4951

52+
# STT/TTS Provider Azure
53+
BOTIUM_SPEECH_AZURE_SUBSCRIPTION_KEY=
54+
BOTIUM_SPEECH_AZURE_REGION=
55+
5056
# WAV Conversion Command Line
5157
BOTIUM_SPEECH_CONVERT_PROFILE_WAVTOMONOWAV_CMD=sox -t wav - -r 16k -t wav -c 1 -b 16 -e signed {{{output}}}
5258
BOTIUM_SPEECH_CONVERT_PROFILE_WAVTOMONOWAV_DESC=Converts WAV file to a Mono Wav, 16khz, 16bit

0 commit comments

Comments
 (0)