Skip to content

Commit fd2f0e9

Browse files
authored
Merge pull request #98680 from msandrewhoang03/anhoang/UsingCustomVoice
[Cog Svcs] Adding documentation on using Custom Voice
2 parents b93c622 + a60bc28 commit fd2f0e9

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed
162 KB
Loading
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: 'Quickstart: Use Custom Commands with Custom Voice (Preview) - Speech service'
3+
titleSuffix: Azure Cognitive Services
4+
description: In this article, you'll specify the output voice of a Custom Commands application.
5+
services: cognitive-services
6+
author: anhoang
7+
manager: yetian
8+
ms.service: cognitive-services
9+
ms.subservice: speech-service
10+
ms.topic: conceptual
11+
ms.date: 12/10/2019
12+
ms.author: anhoang
13+
---
14+
15+
# Quickstart: Use Custom Commands with Custom Voice (Preview)
16+
17+
In the [previous article](./quickstart-custom-speech-commands-create-parameters.md), we created a new Custom Commands project to respond to commands with parameters.
18+
19+
In this article, we'll select a custom output voice for the application we created.
20+
21+
## Select a Custom Voice
22+
23+
1. Open the project [we created previously](./quickstart-custom-speech-commands-create-parameters.md)
24+
1. Select **Settings** from the left pane
25+
1. Select **Custom Voice** from the middle pane
26+
1. Select the desired custom or public voice from the table
27+
1. Select **Save**
28+
29+
> [!div class="mx-imgBorder"]
30+
> ![Sample Sentences with parameters](media/custom-speech-commands/select-custom-voice.png)
31+
32+
> [!NOTE]
33+
> Custom voices can be created from the Custom Voice project page. Select the **Speech Studio** link, then **Custom Voice** to get started.
34+
35+
Now the application will respond in the selected voice, instead of the default voice.
36+
37+
## Next steps
38+
> [!div class="nextstepaction"]
39+
> [Quickstart: Connect to a Custom Command application with the Speech SDK (Preview)](./quickstart-custom-speech-commands-speech-sdk.md)
40+

articles/cognitive-services/Speech-Service/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@
295295
href: quickstart-custom-speech-commands-create-new.md
296296
- name: 'Create a Custom Command with parameters (Preview)'
297297
href: quickstart-custom-speech-commands-create-parameters.md
298+
- name: 'Use Custom Commands with Custom Voice (Preview)'
299+
href: quickstart-custom-speech-commands-select-custom-voice.md
298300
- name: 'Use Custom Commands with the Speech SDK (Preview)'
299301
href: quickstart-custom-speech-commands-speech-sdk.md
300302
- name: How-to guides

0 commit comments

Comments
 (0)