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/devices-sdk-release-notes.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
@@ -19,14 +19,14 @@ The following sections list changes in the most recent releases.
19
19
20
20
## Speech Devices SDK 1.7.0:
21
21
22
-
*Linux ARM is now supported.
23
-
*Initial binaries for Roobov2 are provided (Linux ARM64).
24
-
*Windows users can use AudioConfig.fromDefaultMicrophoneInput() or AudioConfig.fromMicrophoneInput(deviceName) to specify the microphone to be used.
25
-
*The library size has been optimized.
26
-
*Support for multi-turn recognition using the same speech/intent recognizer object.
27
-
*Fix occasional hang that would occur while stopping recognition.
28
-
*Sample apps now contain a sample participants.properties file to demonstrate the format of the file.
29
-
*Updated the [Speech SDK](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-sdk-reference) component to version 1.7.0. For more information, see its [release notes](https://aka.ms/csspeech/whatsnew).
22
+
-Linux ARM is now supported.
23
+
-Initial binaries for Roobo v2 are provided (Linux ARM64).
24
+
-Windows users can use `AudioConfig.fromDefaultMicrophoneInput()` or `AudioConfig.fromMicrophoneInput(deviceName)` to specify the microphone to be used.
25
+
-The library size has been optimized.
26
+
-Support for multi-turn recognition using the same speech/intent recognizer object.
27
+
-Fix occasional hang that would occur while stopping recognition.
28
+
-Sample apps now contain a sample participants.properties file to demonstrate the format of the file.
29
+
-Updated the [Speech SDK](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-sdk-reference) component to version 1.7.0. For more information, see its [release notes](https://aka.ms/csspeech/whatsnew).
30
30
31
31
## Speech Devices SDK 1.6.0:
32
32
@@ -64,8 +64,8 @@ The following sections list changes in the most recent releases.
64
64
65
65
-[Installing a keyword](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-devices-sdk-create-kws) has been simplified, it is now part of the app and does not need separate installation on the device.
66
66
- The keyword recognition has changed, and two events are supported.
67
-
- RecognizingKeyword, indicates the speech result contains (unverified) keyword text.
68
-
- RecognizedKeyword, indicates that keyword recognition completed recognizing the given keyword.
67
+
-`RecognizingKeyword,` indicates the speech result contains (unverified) keyword text.
68
+
-`RecognizedKeyword`, indicates that keyword recognition completed recognizing the given keyword.
The Speech service provides two SDKs. The first SDK is the primary [Speech SDK](../speech-sdk.md) and provides most of the functionalities needed to interact with the Speech service. The second SDK is specific to devices, appropriately named the [Speech Devices SDK](../speech-devices-sdk.md). Both SDKs are available in many languages.
17
+
18
+
### Speech SDK reference docs
19
+
20
+
Use the following list to find the appropriate Speech SDK reference docs:
> The Speech service SDK is actively maintained and updated. To track changes, updates and feature additions refer to the [Speech SDK release notes](../releasenotes.md).
31
+
32
+
### Speech Devices SDK reference docs
33
+
34
+
The [Speech Devices SDK](../speech-devices-sdk.md) is a superset of the Speech SDK, with extended functionality for specific devices. To download the Speech Devices SDK, you must first [choose a development kit](../get-speech-devices-sdk.md#choose-a-development-kit).
35
+
36
+
### REST API references
37
+
38
+
For references of various Speech service REST APIs, refer to the listing below:
0 commit comments