You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/releasenotes.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,11 @@ ms.custom: ignite-fall-2021
22
22
23
23
#### Highlights
24
24
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.
26
26
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.
28
28
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%.
30
30
31
31
- Mac M1 ARM based silicon support added.
32
32
@@ -38,31 +38,31 @@ ms.custom: ignite-fall-2021
38
38
39
39
-**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).
40
40
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).
42
42
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).
44
44
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).
46
46
47
47
-**Linux**: New tar package added for CentOS7 [About the Speech SDK](speech-sdk.md).
48
48
49
49
-**Javascript**: VoiceProfile & SpeakerRecognizer APIs made async/awaitable.
50
50
51
51
-**Javascript**: Support added for US government Azure regions.
52
52
53
-
-**Windows**: Support playback on Universal Windows Platform (UWP).
53
+
-**Windows**: Support added for playback on Universal Windows Platform (UWP).
54
54
55
55
56
56
57
57
#### Bug fixes
58
58
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.
60
60
61
-
-**Python**: Fix bug selecting speaker device on Python fails.
61
+
-**Python**: Resolved bug where selecting speaker device on Python fails.
62
62
63
63
-**Core**: Automatically reconnect when a connection attempt fails.
64
64
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).
0 commit comments