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/get-speech-devices-sdk.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@ The Speech Devices SDK is a pretuned library designed to work with purpose-built
20
20
21
21
|Devices|Specification|Description|Scenarios|
22
22
|--|--|--|--|
23
-
|[Roobo Smart Audio Dev Kit](https://ddk.roobo.com)</br>[Setup](speech-devices-sdk-roobo-v1.md) / [Quickstart](speech-devices-sdk-android-quickstart.md)|7 Mic Array, ARM SOC, WIFI, Audio Out, IO. </br>[Android](speech-devices-sdk-android-quickstart.md)|The first Speech Devices SDK to adapt Microsoft Mic Array and front processing SDK, for developing high-quality transcription and speech scenarios|Conversation Transcription, Smart Speaker, Voice Agent, Wearable|
24
-
|[Azure Kinect DK](https://azure.microsoft.com/services/kinect-dk/)</br>[Setup](https://docs.microsoft.com/azure/Kinect-dk/set-up-azure-kinect-dk) / [Quickstart](speech-devices-sdk-windows-quickstart.md)|7 Mic Array RGB and Depth cameras. </br>[Windows](speech-devices-sdk-windows-quickstart.md)/[Linux](speech-devices-sdk-linux-quickstart.md)|A developer kit with advanced artificial intelligence (AI) sensors for building sophisticated computer vision and speech models. It combines a best-in-class spatial microphone array and depth camera with a video camera and orientation sensor—all in one small device with multiple modes, options, and SDKs to accommodate a range of compute types.|Conversation Transcription, Robotics, Smart Building|
25
-
|Roobo Smart Audio Dev Kit 2|7 Mic Array, ARM SOC, WIFI, Bluetooth, IO. </br>Linux|The 2nd generation Speech Devices SDK that provides alternative OS and more features in a cost effective reference design.|Conversation Transcription, Smart Speaker, Voice Agent, Wearable|
26
-
|URbetter T11 Development Board|7 Mic Array, ARM SOC, WIFI, Ethernet, HDMI, USB Camera. </br>Linux|An industry level Speech Devices SDK that adapts Microsoft Mic array and supports extended I/O such as HDMI/Ethernet and more USB peripherals|Conversation Transcription, Education, Hospital, Robots, OTT Box, Voice Agent, Drive Thru|
23
+
|[Roobo Smart Audio Dev Kit](https://ddk.roobo.com)<br>[Setup](speech-devices-sdk-roobo-v1.md) / [Quickstart](speech-devices-sdk-android-quickstart.md)|7 Mic Array, ARM SOC, WIFI, Audio Out, IO. <br>[Android](speech-devices-sdk-android-quickstart.md)|The first Speech Devices SDK to adapt Microsoft Mic Array and front processing SDK, for developing high-quality transcription and speech scenarios|Conversation Transcription, Smart Speaker, Voice Agent, Wearable|
24
+
|[Azure Kinect DK](https://azure.microsoft.com/services/kinect-dk/)<br>[Setup](https://docs.microsoft.com/azure/Kinect-dk/set-up-azure-kinect-dk) / [Quickstart](speech-devices-sdk-windows-quickstart.md)|7 Mic Array RGB and Depth cameras. <br>[Windows](speech-devices-sdk-windows-quickstart.md)/[Linux](speech-devices-sdk-linux-quickstart.md)|A developer kit with advanced artificial intelligence (AI) sensors for building sophisticated computer vision and speech models. It combines a best-in-class spatial microphone array and depth camera with a video camera and orientation sensor—all in one small device with multiple modes, options, and SDKs to accommodate a range of compute types.|Conversation Transcription, Robotics, Smart Building|
25
+
|Roobo Smart Audio Dev Kit 2<br>[Setup](speech-devices-sdk-roobo-v2.md)<br>|7 Mic Array, ARM SOC, WIFI, Bluetooth, IO. <br>Linux|The 2nd generation Speech Devices SDK that provides alternative OS and more features in a cost effective reference design.|Conversation Transcription, Smart Speaker, Voice Agent, Wearable|
26
+
|URbetter T11 Development Board|7 Mic Array, ARM SOC, WIFI, Ethernet, HDMI, USB Camera. <br>Linux|An industry level Speech Devices SDK that adapts Microsoft Mic array and supports extended I/O such as HDMI/Ethernet and more USB peripherals|Conversation Transcription, Education, Hospital, Robots, OTT Box, Voice Agent, Drive Thru|
title: Speech Devices SDK Roobo Smart Audio Dev Kit v2 - Speech Service
3
+
titleSuffix: Azure Cognitive Services
4
+
description: Prerequisites and instructions for getting started with the Speech Devices SDK, Roobo Smart Audio Dev Kit v2.
5
+
services: cognitive-services
6
+
author: anushapatnala
7
+
manager: wellsi
8
+
9
+
ms.service: cognitive-services
10
+
ms.subservice: speech-service
11
+
ms.topic: conceptual
12
+
ms.date: 02/20/2020
13
+
ms.author: v-anusp
14
+
---
15
+
16
+
# Device: Roobo Smart Audio Dev Kit v2
17
+
18
+
This article provides device-specific information for the Roobo Smart Audio Dev Kit2.
19
+
20
+
## Set up the development kit
21
+
22
+
1. The development kit has two micro USB connectors. The left connector is to power the development kit and is highlighted as Power in the image below. The right one is to control it, and is marked Debug in the image.
23
+

24
+
1. Power the development kit by using a micro USB cable to connect the power port to a PC or power adapter. A green power indicator will light up under the top board.
25
+
1. To control the development kit, connect the debug port to a computer by using a second micro USB cable. It is essential to use a high-quality cable to ensure reliable communications.
26
+
1. Orient your development kit Circularly - Upright, with microphones facing the ceiling as shown above
27
+
28
+
29
+
## Development information
30
+
31
+
For more development information, see the [Roobo development guide](http://dwn.roo.bo/server_upload/ddk/ROOBO%20Dev%20Kit-User%20Guide.pdf).
32
+
33
+
## Audio Record/Play
34
+
35
+
DDK2 audio operations can be performed in the following ways:
36
+
* Use ALSA Open-source libraries and their applications.
37
+
* Use appmainprog interface to do application development.
38
+
DDK2 audio - related software framework uses standard ALSA framework, you can use libasound. So to develop software directly. So you can use ALSA's arecord and aplay directly to record and play audio.
0 commit comments