Skip to content

Commit 753c8d9

Browse files
authored
Merge pull request #5080 from eric-urban/eur/custom-avatar-foundry
custom avatar in foundry toc
2 parents bb28e25 + 4f6bd37 commit 753c8d9

File tree

2 files changed

+11
-7
lines changed
  • articles
    • ai-foundry
    • ai-services/speech-service/includes/how-to/custom-avatar/create-avatar

2 files changed

+11
-7
lines changed

articles/ai-foundry/toc.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,14 +264,20 @@ items:
264264
href: ../ai-services/speech-service/get-started-speech-to-text.md?context=/azure/ai-foundry/context/context
265265
- name: Fast transcription
266266
href: ../ai-services/speech-service/fast-transcription-create.md?context=/azure/ai-foundry/context/context
267+
- name: Fine-tune your speech model
268+
items:
269+
- name: Custom speech fine-tuning
270+
href: ../ai-services/speech-service/how-to-custom-speech-create-project.md?context=/azure/ai-foundry/context/context
271+
- name: Custom voice fine-tuning
272+
href: ../ai-services/speech-service/professional-voice-create-project.md?context=/azure/ai-foundry/context/context
273+
- name: Custom avatar fine-tuning
274+
href: ../ai-services/speech-service/text-to-speech-avatar/custom-avatar-create.md?context=/azure/ai-foundry/context/context
267275
- name: Pronunciation assessment
268276
href: ../ai-services/speech-service/pronunciation-assessment-tool.md?context=/azure/ai-foundry/context/context
269277
- name: Speech translation
270278
href: ../ai-services/speech-service/get-started-speech-translation.md?context=/azure/ai-foundry/context/context
271279
- name: Hear and speak with chat in the playground
272280
href: quickstarts/hear-speak-playground.md
273-
- name: Custom speech fine-tuning
274-
href: ../ai-services/speech-service/how-to-custom-speech-create-project.md?context=/azure/ai-foundry/context/context
275281
- name: Translator
276282
items:
277283
- name: What is Azure AI Translator?

articles/ai-services/speech-service/includes/how-to/custom-avatar/create-avatar/ai-foundry.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,10 @@ An avatar talent is an individual or target actor whose video of speaking is rec
4242

4343
You must provide a video file with a recorded statement from your avatar talent, acknowledging the use of their image and voice. Microsoft verifies that the content in the recording matches the predefined script provided by Microsoft. Microsoft compares the face of the avatar talent in the recorded video statement file with randomized videos from the training datasets to ensure that the avatar talent in video recordings and the avatar talent in the statement video file are from the same person.
4444

45-
- If you want to create a voice sync for avatar during avatar training, a custom voice resembling your avatar is created alongside the custom avatar. The voice is used exclusively with the specified avatar. Your consent statement must include both the custom avatar and the voice sync for avatar.
46-
- If you don't create a voice sync for avatar, only the custom avatar is trained, and your consent statement must reflect this scope.
45+
- If you want to create a voice sync for avatar during avatar training, a custom voice resembling your avatar is created alongside the custom avatar. The voice is used exclusively with the specified avatar. Your consent statement must include both the custom avatar and the voice sync for avatar. For an example of the consent statement for custom avatar with voice sync, see the *verbal-statement-voice-sync-for-avatar-all-locales.txt* file in the [Azure-Samples/cognitive-services-speech-sdk](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/sampledata/customavatar/verbal-statement-voice-sync-for-avatar-all-locales.txt) GitHub repository.
46+
- If you don't create a voice sync for avatar, only the custom avatar is trained, and your consent statement must reflect this scope. For an example of the consent statement for custom avatar only, see the *verbal-statement-all-locales.txt* file in the [Azure-Samples/cognitive-services-speech-sdk](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/sampledata/customavatar/verbal-statement-all-locales.txt) GitHub repository.
4747

48-
You can find the verbal consent statement in multiple languages via the [Azure-Samples/cognitive-services-speech-sdk](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/sampledata/customavatar/verbal-statement-all-locales.txt) GitHub repository. The language of the verbal statement must be the same as your recording. See also the [Disclosure for avatar talent](/legal/cognitive-services/speech-service/disclosure-voice-talent?context=/azure/ai-services/speech-service/context/context).
49-
50-
For more information about recording the consent video, see [How to record video samples](../../../../text-to-speech-avatar/custom-avatar-record-video-samples.md).
48+
For more information about recording the consent video, see [How to record video samples](../../../../text-to-speech-avatar/custom-avatar-record-video-samples.md) and [Disclosure for avatar talent](/legal/cognitive-services/speech-service/disclosure-voice-talent?context=/azure/ai-services/speech-service/context/context).
5149

5250
To add an avatar talent profile and upload their consent statement in your project, follow these steps:
5351

0 commit comments

Comments
 (0)