Skip to content

Commit e5b7895

Browse files
authored
Update releasenotes.md
Fixing PR review comments for release notes.
1 parent 21660e6 commit e5b7895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/releasenotes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ms.custom: seodec18
4141
- **C#**: Fixed audio input lifetime management for ConversationTranscriber object.
4242
- Fixed an issue where IntentRecognizer result reason was not set properly when recognizing intents from simple phrases.
4343
- Fixed an issue where SpeechRecognitionEventArgs result offset was not set correctly.
44-
- Fixed a race condition where SDK was trying to send a network message before opening the websocket connection. Was reproable for TranslationRecognizer while adding participants.
44+
- Fixed a race condition where SDK was trying to send a network message before opening the websocket connection. Was reproducible for TranslationRecognizer while adding participants.
4545
- Fixed memory leaks in the keyword recognizer engine.
4646

4747
**Samples**
@@ -142,7 +142,7 @@ Stay healthy!
142142
- See the `OpenSSL` update under Breaking changes above. We fixed both an intermittent crash and a performance issue (lock contention under high load) in Linux and Java.
143143
- Java: Made improvements to object closure in high concurrency scenarios.
144144
- Restructured our NuGet package. We removed the three copies of `Microsoft.CognitiveServices.Speech.core.dll` and `Microsoft.CognitiveServices.Speech.extension.kws.dll` under lib folders, making the NuGet package smaller and faster to download, and we added headers needed to compile some C++ native apps.
145-
- Fixed quickstart samples [here](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp). These were exiting without displaying "microphone not found" exception on Linux, MacOS, Windows.
145+
- Fixed quickstart samples [here](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp). These were exiting without displaying "microphone not found" exception on Linux, macOS, Windows.
146146
- Fixed SDK crash with long speech recognition results on certain code paths like [this sample](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/csharp/uwp/speechtotext-uwp).
147147
- Fixed SDK deployment error in Azure Web App environment to address [this customer issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/396).
148148
- Fixed a TTS error while using multi `<voice>` tag or `<audio>` tag to address [this customer issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/433).

0 commit comments

Comments
 (0)