File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -44,9 +44,15 @@ BOTIUM_SPEECH_KALDI_URL_DE=http://stt-de:80/client/dynamic/recognize
4444# STT Provider IBM
4545BOTIUM_SPEECH_IBM_STT_APIKEY =
4646BOTIUM_SPEECH_IBM_STT_SERVICEURL =
47+
48+ # TTS Provider IBM
4749BOTIUM_SPEECH_IBM_TTS_APIKEY =
4850BOTIUM_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
5157BOTIUM_SPEECH_CONVERT_PROFILE_WAVTOMONOWAV_CMD = sox -t wav - -r 16k -t wav -c 1 -b 16 -e signed {{{output}}}
5258BOTIUM_SPEECH_CONVERT_PROFILE_WAVTOMONOWAV_DESC = Converts WAV file to a Mono Wav, 16khz, 16bit
You can’t perform that action at this time.
0 commit comments