Skip to content

Commit d4b2a21

Browse files
committed
personal voice from local files
1 parent 92bdc25 commit d4b2a21

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can get the consent statement text for each locale from the text to speech G
3232

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

35-
To add consent to a personal voice project from the URL of an audio file, use the `Consents_Post` operation of the custom voice API. Construct the request body according to the following instructions:
35+
To add consent to a personal voice project from a local audio file, use the `Consents_Post` operation of the custom voice API. Construct the request body according to the following instructions:
3636

3737
- Set the required `projectId` property. See [create a project](./personal-voice-create-project.md).
3838
- Set the required `voiceTalentName` property. The voice talent name can't be changed later.

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ You provide the audio files [from a publicly accessible URL](#create-personal-vo
2727

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

30-
To create a personal voice and get the speaker profile ID, use the `PersonalVoices_Post` operation of the custom voice API.
31-
32-
Construct the request body according to the following instructions:
30+
To create a personal voice and get the speaker profile ID, use the `PersonalVoices_Post` operation of the custom voice API. Construct the request body according to the following instructions:
3331

3432
- Set the required `projectId` property. See [create a project](./personal-voice-create-project.md).
3533
- Set the required `consentId` property. See [add user consent](./personal-voice-create-consent.md).

0 commit comments

Comments
 (0)