Skip to content

Commit c616473

Browse files
Update personal-voice-create-voice.md
1 parent 451abd5 commit c616473

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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)