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/includes/speech-devices-sdk-android-quickstart.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,55 +7,55 @@ ms.date: 02/20/2020
7
7
ms.author: dapine
8
8
---
9
9
10
-
In this quickstart, you'll learn how to use the Speech Devices SDK for Android to build a speech-enabled product or use it as a [Conversation Transcription](conversation-transcription-service.md) device.
10
+
In this quickstart, you'll learn how to use the Speech Devices SDK for Android to build a speech-enabled product or use it as a [Conversation Transcription](../conversation-transcription-service.md) device.
11
11
12
-
This guide requires an [Azure Cognitive Services](get-started.md) account with a Speech service resource. If you don't have an account, you can use the [free trial](https://azure.microsoft.com/try/cognitive-services/) to get a subscription key.
12
+
This guide requires an [Azure Cognitive Services](../get-started.md) account with a Speech service resource. If you don't have an account, you can use the [free trial](../https://azure.microsoft.com/try/cognitive-services/) to get a subscription key.
13
13
14
-
The source code for the sample application is included with the Speech Devices SDK. It's also [available on GitHub](https://github.com/Azure-Samples/Cognitive-Services-Speech-Devices-SDK).
14
+
The source code for the sample application is included with the Speech Devices SDK. It's also [available on GitHub](../https://github.com/Azure-Samples/Cognitive-Services-Speech-Devices-SDK).
15
15
16
16
## Prerequisites
17
17
18
18
Before you start using the Speech Devices SDK, you'll need to:
19
19
20
-
- Follow the instructions provided with your [development kit](get-speech-devices-sdk.md) to power on the device.
20
+
- Follow the instructions provided with your [development kit](../get-speech-devices-sdk.md) to power on the device.
21
21
22
-
- Download the latest version of the [Speech Devices SDK](https://aka.ms/sdsdk-download), and extract the .zip to your working directory.
22
+
- Download the latest version of the [Speech Devices SDK](../https://aka.ms/sdsdk-download), and extract the .zip to your working directory.
23
23
24
24
> [!NOTE]
25
25
> This quickstart assumes that the app is extracted to C:\SDSDK\Android-Sample-Release
26
26
27
-
- To get an [Azure subscription key for Speech service](get-started.md)
27
+
- To get an [Azure subscription key for Speech service](../get-started.md)
28
28
29
-
- If you plan to use the Conversation Transcription you must use a [circular microphone device](get-speech-devices-sdk.md) and this feature is currently only available for "en-US" and "zh-CN" in regions, “centralus” and “eastasia”. You must have a speech key in one of those regions to use Conversation Transcription.
29
+
- If you plan to use the Conversation Transcription you must use a [circular microphone device](../get-speech-devices-sdk.md) and this feature is currently only available for "en-US" and "zh-CN" in regions, “centralus” and “eastasia”. You must have a speech key in one of those regions to use Conversation Transcription.
30
30
31
-
- If you plan to use the Speech service to identify intents (or actions) from user utterances, you'll need a [Language Understanding Service (LUIS)](https://docs.microsoft.com/azure/cognitive-services/luis/azureibizasubscription) subscription. To learn more about LUIS and intent recognition, see [Recognize speech intents with LUIS, C#](https://docs.microsoft.com/azure/cognitive-services/speech-service/how-to-recognize-intents-from-speech-csharp).
31
+
- If you plan to use the Speech service to identify intents (or actions) from user utterances, you'll need a [Language Understanding Service (LUIS)](../https://docs.microsoft.com/azure/cognitive-services/luis/azureibizasubscription) subscription. To learn more about LUIS and intent recognition, see [Recognize speech intents with LUIS, C#](../https://docs.microsoft.com/azure/cognitive-services/speech-service/how-to-recognize-intents-from-speech-csharp).
32
32
33
-
You can [create a simple LUIS model](https://docs.microsoft.com/azure/cognitive-services/luis/) or use the sample LUIS model, LUIS-example.json. The sample LUIS model is available from the [Speech Devices SDK download site](https://aka.ms/sdsdk-luis). To upload your model's JSON file to the [LUIS portal](https://www.luis.ai/home), select **Import new app**, and then select the JSON file.
33
+
You can [create a simple LUIS model](../https://docs.microsoft.com/azure/cognitive-services/luis/) or use the sample LUIS model, LUIS-example.json. The sample LUIS model is available from the [Speech Devices SDK download site](../https://aka.ms/sdsdk-luis). To upload your model's JSON file to the [LUIS portal](../https://www.luis.ai/home), select **Import new app**, and then select the JSON file.
34
34
35
-
- Install [Android Studio](https://developer.android.com/studio/) and [Vysor](https://vysor.io/download/) on your PC.
35
+
- Install [Android Studio](../https://developer.android.com/studio/) and [Vysor](../https://vysor.io/download/) on your PC.
36
36
37
37
## Set up the device
38
38
39
39
1. Start Vysor on your computer.
40
40
41
-

41
+

42
42
43
43
1. Your device should be listed under **Choose a device**. Select the **View** button next to the device.
44
44
45
45
1. Connect to your wireless network by selecting the folder icon, and then select **Settings** > **WLAN**.
> If your company has policies about connecting devices to its Wi-Fi system, you need to obtain the MAC address and contact your IT department about how to connect it to your company's Wi-Fi.
51
51
>
52
52
> To find the MAC address of the dev kit, select the file folder icon on the desktop of the dev kit.
> Select **Settings**. Search for "mac address", and then select **Mac address** > **Advanced WLAN**. Write down the MAC address that appears near the bottom of the dialog box.
57
57
>
58
-
> 
58
+
> 
59
59
>
60
60
> Some companies might have a time limit on how long a device can be connected to their Wi-Fi system. You might need to extend the dev kit's registration with your Wi-Fi system after a specific number of days.
61
61
@@ -67,7 +67,7 @@ To validate your development kit setup, build and install the sample application
67
67
68
68
1. Select **Open an existing Android Studio project**.
69
69
70
-

70
+

71
71
72
72
1. Go to C:\SDSDK\Android-Sample-Release\example. Select **OK** to open the example project.
73
73
@@ -94,7 +94,7 @@ To validate your development kit setup, build and install the sample application
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.
97
+
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.
98
98
99
99
For speech and LUIS, your information goes into MainActivity.java:
100
100
@@ -117,7 +117,7 @@ To validate your development kit setup, build and install the sample application
117
117
1. The default keyword is "Computer". You can also try one of the other provided keywords, like "Machine" or "Assistant". The resource files for these alternate keywords are in the Speech Devices SDK, in the keyword folder. For example, C:\SDSDK\Android-Sample-Release\keyword\Computer contains the files used for the keyword "Computer".
118
118
119
119
> [!TIP]
120
-
> You can also [create a custom keyword](speech-devices-sdk-create-kws.md).
120
+
> You can also [create a custom keyword](../speech-devices-sdk-create-kws.md).
121
121
122
122
To use a new keyword, update the following two lines in `MainActivity.java`, and copy the keyword package to your app. For example, to use the keyword 'Machine' from the keyword package kws-machine.zip:
123
123
@@ -151,15 +151,15 @@ To validate your development kit setup, build and install the sample application
151
151
152
152
1. Select your device, and then select **OK** to deploy the application to the device.
1. The Speech Devices SDK example application starts and displays the following options:
157
157
158
-

158
+

159
159
160
-
1. Try the new Conversation Transcription demo. Start transcribing with 'Start Session'. By default everyone is a guest. However, if you have participant’s voice signatures they can be put into a file `/video/participants.properties` on the device. To generate the voice signature, look at [Transcribe conversations (SDK)](how-to-use-conversation-transcription-service.md).
160
+
1. Try the new Conversation Transcription demo. Start transcribing with 'Start Session'. By default everyone is a guest. However, if you have participant’s voice signatures they can be put into a file `/video/participants.properties` on the device. To generate the voice signature, look at [Transcribe conversations (SDK)](../how-to-use-conversation-transcription-service.md).
0 commit comments