Skip to content

Commit 2650ed0

Browse files
Merge pull request #502 from sally-baolian/patch-17
Personal voice audio format
2 parents e03e719 + c616473 commit 2650ed0

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

articles/ai-services/speech-service/personal-voice-create-consent.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ You can get the consent statement text for each locale from the text to speech G
2929
"I [state your first and last name] am aware that recordings of my voice will be used by [state the name of the company] to create and use a synthetic version of my voice."
3030
```
3131

32+
### Supported audio formats for consent audio
33+
34+
See the table below for the supported formats for consent audio files:
35+
36+
| Format | Sample rate | Bit rate | Bit depth|
37+
|------------|--------------------------|-------------------------|----------|
38+
| mp3 | 16 kHz, 24 kHz, 44.1 kHz, 48 kHz | 128 kbps, 192 kbps, 256 kbps, 320 kbps | / |
39+
| wav | 16 kHz, 24 kHz, 44.1 kHz, 48 kHz | / | 16-bit, 24-bit, 32-bit |
40+
3241
## Add consent from a file
3342

3443
In this scenario, the audio files must be available locally.

articles/ai-services/speech-service/personal-voice-create-voice.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ You create a speaker profile ID based on the speaker's verbal consent statement
2424
2525
You provide the audio files [from a publicly accessible URL](#create-personal-voice-from-a-url) ([PersonalVoices_Create](/rest/api/aiservices/speechapi/personal-voices/create)) or [upload the audio files](#create-personal-voice-from-a-file) ([PersonalVoices_Post](/rest/api/aiservices/speechapi/personal-voices/post)).
2626

27+
## Prompt audio format
28+
29+
The supported formats for prompt audio files are:
30+
31+
| Format | Sample rate | Bit rate | Bit depth|
32+
|------------|--------------------------|-------------------------|----------|
33+
| mp3 | 16 kHz, 24 kHz, 44.1 kHz, 48 kHz | 128 kbps, 192 kbps, 256 kbps, 320 kbps | / |
34+
| wav | 16 kHz, 24 kHz, 44.1 kHz, 48 kHz | / | 16-bit, 24-bit, 32-bit |
35+
2736
## Create personal voice from a file
2837

2938
In this scenario, the audio files must be available locally.

0 commit comments

Comments
 (0)