Skip to content

Commit edae20f

Browse files
committed
update links to git hub issues, and other minor edits.
1 parent 7b6fc6e commit edae20f

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,18 @@ ms.custom: seodec18
1717
## Speech SDK 1.10.0: 2020-Feburary release
1818

1919
**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.
2120
- Added Python packages to support the new 3.8 release of Python.
2221
- Red Hat Enterprise Linux (RHEL)/CentOS 8 x64 support (C++, C#, Java, Python).
2322
○ 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.
3228

3329
**Bug fixes**
3430
- 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)
3632
- Add missing (Get|Set)Property methods to AudioConfig
3733
- Fix a TTS bug where the audioDataStream could not be stopped when connection fails
3834
- Using an endpoint without a region would cause USP failures for conversation translator

0 commit comments

Comments
 (0)