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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,24 @@ manager: nitinme
9
9
ms.service: cognitive-services
10
10
ms.subservice: speech-service
11
11
ms.topic: conceptual
12
-
ms.date: 11/13/2019
12
+
ms.date: 02/12/2020
13
13
ms.author: wellsi
14
14
---
15
15
16
16
# Release notes: Speech Devices SDK
17
17
18
18
The following sections list changes in the most recent releases.
19
19
20
+
## Speech Devices SDK 1.9.0:
21
+
22
+
- Initial binaries for [Urbetter DDK](https://aka.ms/sdsdk-download-urbetter) (Linux ARM64) are provided.
23
+
- Roobo v1 now uses Maven for the Speech SDK
24
+
- Updated the [Speech SDK](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-sdk-reference) component to version 1.9.0. For more information, see its [release notes](https://aka.ms/csspeech/whatsnew).
25
+
20
26
## Speech Devices SDK 1.7.0:
21
27
22
28
- Linux ARM is now supported.
23
-
- Initial binaries for Roobo v2 are provided (Linux ARM64).
29
+
- Initial binaries for [Roobo v2 DDK](https://aka.ms/sdsdk-download-roobov2) are provided (Linux ARM64).
24
30
- Windows users can use `AudioConfig.fromDefaultMicrophoneInput()` or `AudioConfig.fromMicrophoneInput(deviceName)` to specify the microphone to be used.
25
31
- The library size has been optimized.
26
32
- Support for multi-turn recognition using the same speech/intent recognizer object.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/speech-devices-sdk-android-quickstart.md
+25-2Lines changed: 25 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: speech-service
10
10
ms.topic: quickstart
11
-
ms.date: 12/17/2019
11
+
ms.date: 02/12/2020
12
12
ms.author: erhopf
13
13
---
14
14
@@ -29,7 +29,7 @@ Before you start using the Speech Devices SDK, you'll need to:
29
29
- Download the latest version of the [Speech Devices SDK](https://aka.ms/sdsdk-download), and extract the .zip to your working directory.
30
30
31
31
> [!NOTE]
32
-
> The Android-Sample-Release.zip file includes the Android sample app and this quickstart assumes that the app is extracted to C:\SDSDK\Android-Sample-Release
32
+
> This quickstart assumes that the app is extracted to C:\SDSDK\Android-Sample-Release
33
33
34
34
- To get an [Azure subscription key for Speech service](get-started.md)
35
35
@@ -78,6 +78,29 @@ To validate your development kit setup, build and install the sample application
78
78
79
79
1. Go to C:\SDSDK\Android-Sample-Release\example. Select **OK** to open the example project.
80
80
81
+
1. Configure gradle to reference the Speech SDK. The following files can be found under **Gradle Scripts** in Android Studio.
82
+
83
+
Update the **build.gradle(Project:example)**, the allprojects block should match below, by adding the maven lines.
1. Add your speech subscription key to the source code. If you want to try intent recognition, also add your [Language Understanding service](https://azure.microsoft.com/services/cognitive-services/language-understanding-intelligent-service/) subscription key and application ID.
82
105
83
106
For speech and LUIS, your information goes into MainActivity.java:
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/speech-devices-sdk-linux-quickstart.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: nitinme
9
9
ms.service: cognitive-services
10
10
ms.subservice: speech-service
11
11
ms.topic: quickstart
12
-
ms.date: 11/13/2019
12
+
ms.date: 02/12/2020
13
13
ms.author: erhopf
14
14
---
15
15
@@ -34,7 +34,7 @@ This quickstart requires:
34
34
* An Azure subscription key for the Speech service. [Get one for free](get-started.md).
35
35
* Download the latest version of the [Speech Devices SDK](https://aka.ms/sdsdk-download-JRE) for Java, and extract the .zip to your working directory.
36
36
> [!NOTE]
37
-
> The JRE-Sample-Release.zip file includes the JRE sample app and this quickstart assumes that the app is extracted to /home/wcaltest/JRE-Sample-Release
37
+
> This quickstart assumes that the app is extracted to /home/wcaltest/JRE-Sample-Release
38
38
39
39
Make sure these dependencies are installed before starting Eclipse.
40
40
@@ -92,7 +92,7 @@ If you plan to use the intents you'll need a [Language Understanding Service (LU
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/speech-devices-sdk-windows-quickstart.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: nitinme
9
9
ms.service: cognitive-services
10
10
ms.subservice: speech-service
11
11
ms.topic: quickstart
12
-
ms.date: 11/13/2019
12
+
ms.date: 02/12/2020
13
13
ms.author: erhopf
14
14
---
15
15
@@ -35,7 +35,7 @@ This quickstart requires:
35
35
* An Azure subscription key for the Speech service. [Get one for free](get-started.md).
36
36
* Download the latest version of the [Speech Devices SDK](https://aka.ms/sdsdk-download-JRE) for Java, and extract the .zip to your working directory.
37
37
> [!NOTE]
38
-
> The JRE-Sample-Release.zip file includes the JRE sample app and this quickstart assumes that the app is extracted to C:\SDSDK\JRE-Sample-Release
38
+
> This quickstart assumes that the app is extracted to C:\SDSDK\JRE-Sample-Release
39
39
40
40
Conversation Transcription is currently only available for "en-US" and "zh-CN", in the “centralus” and “eastasia” regions. You must have a speech key in one of those regions to use Conversation Transcription.
41
41
@@ -77,7 +77,7 @@ If you plan to use the intents you'll need a [Language Understanding Service (LU
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/speech-devices-sdk.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: nitinme
9
9
ms.service: cognitive-services
10
10
ms.subservice: speech-service
11
11
ms.topic: conceptual
12
-
ms.date: 07/05/2019
12
+
ms.date: 02/12/2020
13
13
ms.author: erhopf
14
14
---
15
15
@@ -23,28 +23,30 @@ The Speech Devices SDK can help you:
23
23
- More easily integrate the cloud-based Speech service into your device.
24
24
- Create an exceptional user experience for your customers.
25
25
26
-
The Speech Devices SDK consumes the [Speech SDK](speech-sdk.md). It uses the Speech SDK to send the audio that's processed by our advanced audio processing algorithm from the device's microphone array to the [Speech service](overview.md). It uses multichannel audio to provide more accurate far-field [speech recognition](speech-to-text.md) via noise suppression, echo cancellation, beamforming, and dereverberation.
26
+
The Speech Devices SDK consumes the [Speech SDK](speech-sdk.md). Using our advanced audio processing algorithms with the device's microphone array to send the audio to the [Speech service](overview.md). It provides accurate far-field [speech recognition](speech-to-text.md) via noise suppression, echo cancellation, beamforming, and dereverberation.
27
27
28
-
You can also use the Speech Devices SDK to build ambient devices that have your own [customized keyword](speech-devices-sdk-create-kws.md) so the cue that initiates a user interaction is unique to your brand.
28
+
You can also use the Speech Devices SDK to build ambient devices that have your own [customized keyword](speech-devices-sdk-create-kws.md). A Custom Keyword provides a cue that starts a user interaction which is unique to your brand.
29
29
30
-
The Speech Devices SDK facilitates a variety of voice-enabled scenarios, such as [voice assistants](https://aka.ms/bots/speech/va), drive-thru ordering systems, [conversation transcription](conversation-transcription-service.md), and smart speakers. You can respond to users with text, speak back to them in a default or [custom voice](how-to-customize-voice-font.md), provide search results, [translate](speech-translation.md) to other languages, and more. We look forward to seeing what you build!
30
+
The Speech Devices SDK enables a variety of voice-enabled scenarios, such as [voice assistants](https://aka.ms/bots/speech/va), drive-thru ordering systems, [conversation transcription](conversation-transcription-service.md), and smart speakers. You can respond to users with text, speak back to them in a default or [custom voice](how-to-customize-voice-font.md), provide search results, [translate](speech-translation.md) to other languages, and more. We look forward to seeing what you build!
31
31
32
32
## Get the Speech Devices SDK
33
33
34
34
### Android
35
35
36
-
For Android devices download the latest version of the [Android Speech Devices SDK](https://aka.ms/sdsdk-download-android).
36
+
For Android, devices download the latest version of the [Android Speech Devices SDK](https://aka.ms/sdsdk-download-android).
37
37
38
38
### Windows
39
39
40
-
For Windows the sample application is provided as a cross-platform Java application. Download the latest version of the [JRE Speech Devices SDK](https://aka.ms/sdsdk-download-JRE).
40
+
For Windows, the sample application is provided as a cross-platform Java application. Download the latest version of the [JRE Speech Devices SDK](https://aka.ms/sdsdk-download-JRE).
41
41
The application is built with the Speech SDK package, and the Eclipse Java IDE (v4) on 64-bit Windows. It runs on a 64-bit Java 8 runtime environment (JRE).
42
42
43
43
### Linux
44
44
45
-
For Linux the sample application is provided as a cross-platform Java application. Download the latest version of the [JRE Speech Devices SDK](https://aka.ms/sdsdk-download-JRE).
45
+
For Linux, the sample application is provided as a cross-platform Java application. Download the latest version of the [JRE Speech Devices SDK](https://aka.ms/sdsdk-download-JRE).
46
46
The application is built with the Speech SDK package, and the Eclipse Java IDE (v4) on 64-bit Linux (Ubuntu 16.04, Ubuntu 18.04, Debian 9). It runs on a 64-bit Java 8 runtime environment (JRE).
47
47
48
+
Additional binaries are provided to support upcoming devices, [Roobo v2 DDK](https://aka.ms/sdsdk-download-roobov2), and [Urbetter DDK](https://aka.ms/sdsdk-download-urbetter).
0 commit comments