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
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,22 +17,18 @@ ms.custom: seodec18
17
17
## Speech SDK 1.10.0: 2020-Feburary release
18
18
19
19
**New features**
20
-
- Updated speech recognition models for 19 locales for an average word error rate reduction of 18.6% (es-ES, es-MX, fr-CA, fr-FR, it-IT, ja-JP, ko-KR, pt-BR, zh-CN, zh-HK, nb-NO, fi-FL, ru-RU, pl-PL, ca-ES, zh-TW, th-TH, pt-PT, tr-TR). The new models bring significant improvements across multiple domains including Dictation, Call-Center Transcription and Video Indexing scenarios.
21
20
- Added Python packages to support the new 3.8 release of Python.
22
21
- Red Hat Enterprise Linux (RHEL)/CentOS 8 x64 support (C++, C#, Java, Python).
23
22
○ NOTE: Customers must configure OpenSSL according to instructions at https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-configure-openssl-linux.
24
-
- Linux ARM32 support of Key Word Spotter(KWS) for Speech DDK.
25
-
-[Multi-device Conversation](https://docs.microsoft.com/azure/cognitive-services/speech-service/multi-device-conversation): added support for JavaScript and Node.js
26
-
-[Multi-device Conversation](https://docs.microsoft.com/azure/cognitive-services/speech-service/multi-device-conversation): added support for getting a Connection from a ConversationTranslator.
27
-
- You can use this to register for connected/disconnected events
28
-
- You can use this to reconnect to an existing conversation using the Open() function if you get disconnected due to networking or other issues
29
-
- DialogServiceConnector now supports an optional "bot ID" parameter on BotFrameworkConfig. This parameter allows the use of multiple Direct Line Speech bots with a single Azure speech resource. Without the parameter specified, the default bot (as determined by the Direct Line Speech channel configuration page) will be used.
30
-
- DialogServiceConnector now has a SpeechActivityTemplate property. The contents of this JSON string will be used by Direct Line Speech to pre-populate a wide variety of supported fields in all activities that reach a Direct Line Speech bot, including activities automatically generated in response to events like speech recognition.
31
-
- TTS now uses subscription key for authentication, reducing the first byte latency of the first synthesis result after creating a synthesizer.
23
+
- Linux ARM32 support for Debian and Ubuntu.
24
+
- DialogServiceConnector now supports an optional "bot ID" parameter on BotFrameworkConfig. This parameter allows the use of multiple Direct Line Speech bots with a single Azure speech resource. Without the parameter specified, the default bot (as determined by the Direct Line Speech channel configuration page) will be used.
25
+
- DialogServiceConnector now has a SpeechActivityTemplate property. The contents of this JSON string will be used by Direct Line Speech to pre-populate a wide variety of supported fields in all activities that reach a Direct Line Speech bot, including activities automatically generated in response to events like speech recognition.
26
+
- TTS now uses subscription key for authentication, reducing the first byte latency of the first synthesis result after creating a synthesizer.
27
+
- Updated speech recognition models for 19 locales for an average word error rate reduction of 18.6% (es-ES, es-MX, fr-CA, fr-FR, it-IT, ja-JP, ko-KR, pt-BR, zh-CN, zh-HK, nb-NO, fi-FL, ru-RU, pl-PL, ca-ES, zh-TW, th-TH, pt-PT, tr-TR). The new models bring significant improvements across multiple domains including Dictation, Call-Center Transcription and Video Indexing scenarios.
32
28
33
29
**Bug fixes**
34
30
- Fixed bug where Conversation Transcriber did not await properly in JAVA APIs
35
-
- Android x86 emulator fix for Xamarin [GitHub issue link]
31
+
- Android x86 emulator fix for Xamarin [GitHub issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/363)
36
32
- Add missing (Get|Set)Property methods to AudioConfig
37
33
- Fix a TTS bug where the audioDataStream could not be stopped when connection fails
38
34
- Using an endpoint without a region would cause USP failures for conversation translator
0 commit comments