Skip to content

Commit 0ff43c0

Browse files
committed
Remove tip for synthesizer events
1 parent d9c0ca2 commit 0ff43c0

File tree

1 file changed

+0
-3
lines changed
  • articles/ai-services/speech-service/includes/how-to/speech-synthesis

1 file changed

+0
-3
lines changed

articles/ai-services/speech-service/includes/how-to/speech-synthesis/python.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ While using the [SpeechSynthesizer](/python/api/azure-cognitiveservices-speech/a
175175

176176
Here's an example that shows how to subscribe to events for speech synthesis. You can follow the instructions in the [quickstart](../../../get-started-text-to-speech.md?pivots=python), but replace the contents of that *speech-synthesis.py* file with the following Python code:
177177

178-
> [!TIP]
179-
> When using the sample code to subscribe to synthesizer events, running multiple processes can cause concurrency issues, affecting thread execution and performance. Consider your computer's current workload to avoid unnecessary debugging.
180-
181178
```python
182179
import os
183180
import azure.cognitiveservices.speech as speechsdk

0 commit comments

Comments
 (0)