Skip to content

Commit ade9f15

Browse files
author
oliver scholz
authored
1.12 release notes added (#29)
1 parent 3f49ad8 commit ade9f15

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,46 @@ ms.custom: seodec18
1414
---
1515

1616
# Release notes
17+
## Speech SDK 1.12.0: 2020-May release
18+
19+
**SPX Azure Speech Services Command Console**
20+
- **SPX** is a new command line tool that allows you to perform recognition, synthesis, translation, batch transcription, and custom speech management from the command line. Use it to test the Azure Speech service, or to script the Speech service tasks you need to perform. Download the tool and read the documentation [here](https://docs.microsoft.com/azure/cognitive-services/speech-service/spx-overview).
21+
22+
**New features**
23+
24+
- **Go**: New Go language support for [speech recognition](https://docs.microsoft.com/azure/cognitive-services/speech-service/quickstarts/speech-to-text-from-microphone) and [custom voice assistant](https://docs.microsoft.com/azure/cognitive-services/speech-service/quickstarts/voice-assistants). Set up your dev environment [here](https://docs.microsoft.com/azure/cognitive-services/speech-service/quickstarts/setup-platform).
25+
- **JavaScript**: Added Browser support for Text-To-Speech. See documentation [here](https://docs.microsoft.com/azure/cognitive-services/speech-service/quickstarts/text-to-speech-audio-file?pivots=programming-language-JavaScript).
26+
- **C++, C#, Java**: New KeywordRecognizer object and APIs supported on Windows, Android, Linux & iOS platforms. Read documentation [here](https://docs.microsoft.com/azure/cognitive-services/speech-service/custom-keyword-overview). For sample code, see the Samples section below.
27+
- **Java**: Added multi-device conversation with translation support. See the reference doc [here](https://docs.microsoft.com/java/api/com.microsoft.cognitiveservices.speech.transcription).
28+
29+
**Improvements & Optimizations**
30+
31+
- **JavaScript**: Optimized browser microphone implementation improving speech recognition accuracy.
32+
- **Java**: refactored bindings using direct JNI implementation without SWIG. This significantly reduces the bindings size for all Java packages used for Windows, Android, Linux and Mac and eases further development of Java SDK implementation.
33+
- **Linux**: Updated support [documentation](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-sdk?tabs=linux) with the latest RHEL 7 specific notes.
34+
- Improved connection logic to attempt connecting multiple times in case of service and network errors.
35+
- Updated the [portal.azure.com](https://portal.azure.com) Speech Quickstart page to help developers take the next step in the Azure Speech journey.
36+
37+
**Bug fixes**
38+
39+
- **C#, Java**: Fixed an [issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/587) with loading SDK libraries on Linux ARM (both 32 and 64 bit).
40+
- **C#**: Fixed explicit disposal of native handles for TranslationRecognizer, IntentRecognizer and Connection objects.
41+
- **C#**: Fixed audio input lifetime management for ConversationTranscriber object.
42+
- Fixed an issue where IntentRecognizer result reason was not set properly when recognizing intents from simple phrases.
43+
- 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.
45+
- Fixed memory leaks in the keyword recognizer engine.
46+
47+
**Samples**
48+
49+
- **JavaScript**: Added quickstarts for [Text-to-speech](https://docs.microsoft.com/azure/cognitive-services/speech-service/quickstarts/text-to-speech?tabs=dotnet%2Clinux%2Cjre&pivots=programming-language-javascript), [Translation](https://docs.microsoft.com/azure/cognitive-services/speech-service/quickstarts/translate-speech-to-text?tabs=dotnet&pivots=programming-language-javascript), and [Intent Recognition](https://docs.microsoft.com/azure/cognitive-services/speech-service/quickstarts/intent-recognition?pivots=programming-language-javascript).
50+
- Keyword recognition samples for [C\#](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/uwp/keyword-recognizer) and [Java](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/android/keyword-recognizer) (Android).  
51+
52+
**Covid19 abridged testing:**
53+
54+
Due to working remotely over the last few weeks, we couldn't do as much manual verification testing as we normally do. An example of this is testing microphone input and speaker output on Linux, iOS, and macOS. We haven't made any changes we think could have broken anything on these platforms, and our automated tests all passed. In the unlikely event that we missed something, please let us know on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues?page=2&q=is%3Aissue+is%3Aopen).<br>
55+
Stay healthy!
56+
1757
## Speech SDK 1.11.0: 2020-March release
1858

1959
**New features**

0 commit comments

Comments
 (0)