Skip to content

Commit 5368cbc

Browse files
authored
Merge pull request #97652 from erhopf/rec-mic-setup
[CogSvcs] Adding language for physical microphone
2 parents 19ec1bd + fc616a4 commit 5368cbc

File tree

10 files changed

+22
-10
lines changed

10 files changed

+22
-10
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/cpp/linux.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ ms.author: wolfma
1414

1515
## Prerequisites
1616

17-
Before you get started, make sure to:
17+
Before you get started:
1818

1919
> [!div class="checklist"]
2020
> * [Create an Azure Speech Resource](../../../../get-started.md)
2121
> * [Setup your development environment](../../../../quickstarts/setup-platform.md?tabs=linux)
2222
> * [Create an empty sample project](../../../../quickstarts/create-project.md?tabs=linux)
23+
> * Make sure that you have access to a microphone for audio capture
2324
2425
## Add sample code
2526

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/cpp/macos.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ ms.author: wolfma
1414

1515
## Prerequisites
1616

17-
Before you get started, make sure to:
17+
Before you get started:
1818

1919
> [!div class="checklist"]
2020
> * [Create an Azure Speech Resource](../../../../get-started.md)
2121
> * [Setup your development environment](../../../../quickstarts/setup-platform.md?tabs=macos)
2222
> * [Create an empty sample project](../../../../quickstarts/create-project.md?tabs=macos)
23+
> * Make sure that you have access to a microphone for audio capture
2324
2425
## Add sample code
2526

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/cpp/windows.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ ms.author: wolfma
1414

1515
## Prerequisites
1616

17-
Before you get started, make sure to:
17+
Before you get started:
1818

1919
> [!div class="checklist"]
2020
> * [Create an Azure Speech Resource](../../../../get-started.md)
2121
> * [Setup your development environment](../../../../quickstarts/setup-platform.md?tabs=windows)
2222
> * [Create an empty sample project](../../../../quickstarts/create-project.md?tabs=windows)
23+
> * Make sure that you have access to a microphone for audio capture
2324
2425
## Add sample code
2526

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/csharp/dotnet.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ ms.author: erhopf
1414

1515
## Prerequisites
1616

17-
Before you get started, make sure to:
17+
Before you get started:
1818

1919
> [!div class="checklist"]
2020
> * [Create an Azure Speech Resource](../../../../get-started.md)
2121
> * [Setup your development environment](../../../../quickstarts/setup-platform.md?tabs=dotnet)
2222
> * [Create an empty sample project](../../../../quickstarts/create-project.md?tabs=dotnet)
23+
> * Make sure that you have access to a microphone for audio capture
2324
2425
## Open your project in Visual Studio
2526

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/csharp/unity.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ ms.author: erhopf
1818
1919
## Prerequisites
2020

21-
Before you get started, make sure to:
21+
Before you get started:
2222

2323
> [!div class="checklist"]
2424
> * [Create an Azure Speech Resource](../../../../get-started.md)
2525
> * [Setup your development environment](../../../../quickstarts/setup-platform.md?tabs=unity)
2626
> * [Create an empty sample project](../../../../quickstarts/create-project.md?tabs=unity)
27+
> * Make sure that you have access to a microphone for audio capture
28+
2729
If you've already done this, great. Let's keep going.
2830

2931
## Create a Unity project

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/csharp/uwp.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ ms.author: erhopf
1414

1515
## Prerequisites
1616

17-
Before you get started, make sure to:
17+
Before you get started:
1818

1919
> [!div class="checklist"]
2020
> * [Create an Azure Speech Resource](../../../../get-started.md)
2121
> * [Setup your development environment](../../../../quickstarts/setup-platform.md?tabs=uwp)
2222
> * [Create an empty sample project](../../../../quickstarts/create-project.md?tabs=uwp)
23+
> * Make sure that you have access to a microphone for audio capture
2324
2425
If you've already done this, great. Let's keep going.
2526

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/csharp/xamarin.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ ms.author: erhopf
1414

1515
## Prerequisites
1616

17-
Before you get started, make sure to:
17+
Before you get started:
1818

1919
> [!div class="checklist"]
2020
> * [Create an Azure Speech Resource](../../../../get-started.md)
2121
> * [Setup your development environment](../../../../quickstarts/setup-platform.md?tabs=xamarin)
2222
> * [Create an empty sample project](../../../../quickstarts/create-project.md?tabs=xamarin)
23+
> * Make sure that you have access to a microphone for audio capture
2324
2425
If you've already done this, great. Let's keep going.
2526

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/java/android.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ ms.author: wolfma
1414

1515
## Prerequisites
1616

17-
Before you get started, make sure to:
17+
Before you get started:
1818

1919
> [!div class="checklist"]
2020
> * [Create an Azure Speech Resource](../../../../get-started.md)
2121
> * [Setup your development environment](../../../../quickstarts/setup-platform.md?tabs=android)
22+
> * Make sure that you have access to a microphone for audio capture
2223
2324
## Create a user interface
2425

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/java/jre.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ ms.author: erhopf
88

99
## Prerequisites
1010

11+
Before you get started:
12+
1113
> [!div class="checklist"]
1214
> * [Create an Azure Speech Resource](../../../../get-started.md)
1315
> * [Setup your development environment](../../../../quickstarts/setup-platform.md?tabs=jre)
1416
> * [Create an empty sample project](../../../../quickstarts/create-project.md?tabs=jre)
17+
> * Make sure that you have access to a microphone for audio capture
1518
1619
## Add sample code
1720

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/python/python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ ms.author: chlandsi
1414

1515
## Prerequisites
1616

17-
Before you get started, make sure to:
17+
Before you get started:
1818

1919
> [!div class="checklist"]
2020
> * [Create an Azure Speech Resource](../../../../get-started.md)
21-
> * [Create a LUIS application and get an endpoint key](../../../../quickstarts/create-luis.md)
2221
> * [Setup your development environment](../../../../quickstarts/setup-platform.md)
2322
> * [Create an empty sample project](../../../../quickstarts/create-project.md)
23+
> * Make sure that you have access to a microphone for audio capture
2424
2525
## Support and updates
2626

0 commit comments

Comments
 (0)