Skip to content

Commit 8c91e25

Browse files
authored
Merge pull request #178404 from eric-urban/patch-3
Update releasenotes.md
2 parents 006d559 + 784c8ad commit 8c91e25

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ ms.custom: ignite-fall-2021
2222

2323
#### Highlights
2424

25-
- Speaker Recognition service is generally available (GA) now. Speech SDK APIs are available on C++, C#, Java and Javascript. With Speaker recognition you can accurately verify and identify speakers by their unique voice characteristics. See the [document](speaker-recognition-overview.md) for more details.
25+
- Speaker Recognition service is generally available (GA) now. Speech SDK APIs are available on C++, C#, Java and Javascript. With Speaker recognition you can accurately verify and identify speakers by their unique voice characteristics. See the [documentation](speaker-recognition-overview.md) for more details.
2626

27-
- Ubuntu 16.04 reached end of life back in April of 2021. In conjunction with Azure DevOps and Github we have dropped support for Ubuntu 16.04 in this release. Please migrate Ubuntu 16.04 workflows to Ubuntu 18.04 or newer. 
27+
- We have dropped support for Ubuntu 16.04 in conjunction with Azure DevOps and Github. Ubuntu 16.04 reached end of life back in April of 2021. Please migrate Ubuntu 16.04 workflows to Ubuntu 18.04 or newer. 
2828

29-
- OpenSSL linking in Linux binaries changed to dynamic. Linux binary size has been reduced about 50%.
29+
- OpenSSL linking in Linux binaries changed to dynamic. Linux binary size has been reduced by about 50%.
3030

3131
- Mac M1 ARM based silicon support added.
3232

@@ -38,31 +38,31 @@ ms.custom: ignite-fall-2021
3838

3939
- **C++**: New APIs for intent recognition to facilitate more advanced pattern matching. This includes List and Prebuilt Integer entities as well as support for grouping intents and entities as models (Documentation, updates, and samples are under development and will be published in the near future).
4040

41-
- **Mac**: Support for ARM64 (M1) based silicon for Cocoapod, Python, Java and NuGet packages [Related customer issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1244).
41+
- **Mac**: Support for ARM64 (M1) based silicon for Cocoapod, Python, Java, and NuGet packages related to [GitHub issue 1244](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1244).
4242

43-
- **iOS/Mac**: iOS and MacOS binaries are now packaged into xcframework [Related customer issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/919).
43+
- **iOS/Mac**: iOS and MacOS binaries are now packaged into xcframework related to [GitHub issue 919](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/919).
4444

45-
- **iOS/Mac**: Support for Mac catalyst [Related customer issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1171).
45+
- **iOS/Mac**: Support for Mac catalyst related to [GitHub issue 1171](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1171).
4646

4747
- **Linux**: New tar package added for CentOS7 [About the Speech SDK](speech-sdk.md).
4848

4949
- **Javascript**: VoiceProfile & SpeakerRecognizer APIs made async/awaitable.
5050

5151
- **Javascript**: Support added for US government Azure regions.
5252

53-
- **Windows**: Support playback on Universal Windows Platform (UWP).
53+
- **Windows**: Support added for playback on Universal Windows Platform (UWP).
5454

5555

5656

5757
#### Bug fixes
5858

59-
- **Android**: OpenSSL security update (updated to 1.1.1l version) for Android packages.
59+
- **Android**: OpenSSL security update (updated to version 1.1.1l) for Android packages.
6060

61-
- **Python**: Fix bug selecting speaker device on Python fails.
61+
- **Python**: Resolved bug where selecting speaker device on Python fails.
6262

6363
- **Core**: Automatically reconnect when a connection attempt fails.
6464

65-
- **iOS**: Audio compression disabled on iOS packages due instability and bitcode build problems when using Gstreamer. Details [here](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1209).
65+
- **iOS**: Audio compression disabled on iOS packages due instability and bitcode build problems when using Gstreamer. Details are available via [GitHub issue 1209](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1209).
6666

6767

6868

0 commit comments

Comments
 (0)