We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ada33 commit 6fc266dCopy full SHA for 6fc266d
20_tts_and_azure.ipynb
@@ -20,7 +20,6 @@
20
"import os\n",
21
"import azure.cognitiveservices.speech as speechsdk\n",
22
"\n",
23
- "# This example requires environment variables named \"SPEECH_KEY\" and \"SPEECH_REGION\"\n",
24
"speech_config = speechsdk.SpeechConfig(subscription=os.environ.get('AZURE_SPEECH_KEY'), region=os.environ.get('AZURE_SPEECH_REGION'))\n",
25
"audio_config = speechsdk.audio.AudioOutputConfig(use_default_speaker=True)\n",
26
0 commit comments