You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If no Voice is specified, a new voice is generated based on this description. See our [prompting guide](/docs/text-to-speech-tts/prompting) for tips on designing a voice.
497
+
- If no Voice is specified, a new voice is generated based on this description. See our [prompting guide](/docs/text-to-speech-tts/prompting) for tips on designing a voice.
502
498
validation:
503
499
maxLength: 1000
504
500
speed:
@@ -524,10 +520,10 @@ types:
524
520
type: optional<PostedUtteranceVoice>
525
521
docs: >-
526
522
The `name` or `id` associated with a **Voice** from the **Voice
527
-
Library** to be used as the speaker for this and all subsequent
523
+
Library** to be used as the speaker for this and all subsequent
528
524
`utterances`, until the `voice` field is updated again.
529
525
530
-
See our [voices guide](/docs/text-to-speech-tts/voices) for more details on generating and specifying **Voices**.
526
+
See our [voices guide](/docs/text-to-speech-tts/voices) for more details on generating and specifying **Voices**.
531
527
source:
532
528
openapi: tts-openapi.yml
533
529
ValidationErrorLocItem:
@@ -550,38 +546,58 @@ types:
550
546
properties:
551
547
id:
552
548
type: string
553
-
docs: The ID of a **Voice** within the **Voice Library**.
549
+
docs: The unique ID associated with the **Voice**.
554
550
provider:
555
551
type: optional<VoiceProvider>
556
-
docs: |-
557
-
Specifies the provider of the voice associated with this voice ID.
552
+
docs: >-
553
+
Specifies the source provider associated with the chosen voice.
554
+
558
555
559
-
- **HUME_AI**: Preset voices generated by Hume.
556
+
- **`HUME_AI`**: Select voices from Hume's [Voice
557
+
Library](https://platform.hume.ai/tts/voice-library), containing a
558
+
variety of preset, shared voices.
560
559
561
-
- **CUSTOM_VOICE**: Voices you have generated and saved to your `Voice library`.
560
+
- **`CUSTOM_VOICE`**: Select from voices you've personally generated
561
+
and saved in your account.
562
562
563
-
If a provider is not specified, the provider will default to `CUSTOM_VOICE`.
564
563
565
-
While Hume's preset voices are shared and usable by anyone, your custom voices are only available to calls made with your API key.
564
+
If no provider is explicitly set, the default provider is
565
+
`CUSTOM_VOICE`. When using voices from Hume's **Voice Library**, you
566
+
must explicitly set the provider to `HUME_AI`.
567
+
568
+
569
+
Preset voices from Hume's **Voice Library** are accessible by all
570
+
users. In contrast, your custom voices are private and accessible only
571
+
via requests authenticated with your API key.
566
572
source:
567
573
openapi: tts-openapi.yml
568
574
PostedUtteranceVoiceWithName:
569
575
properties:
570
576
name:
571
577
type: string
572
-
docs: The name of a **Voice** within the **Voice Library**.
578
+
docs: The name of a **Voice**.
573
579
provider:
574
580
type: optional<VoiceProvider>
575
-
docs: |-
576
-
Specifies the provider of the voice associated with this voice name.
581
+
docs: >-
582
+
Specifies the source provider associated with the chosen voice.
583
+
584
+
585
+
- **`HUME_AI`**: Select voices from Hume's [Voice
586
+
Library](https://platform.hume.ai/tts/voice-library), containing a
587
+
variety of preset, shared voices.
588
+
589
+
- **`CUSTOM_VOICE`**: Select from voices you've personally generated
590
+
and saved in your account.
577
591
578
-
- **HUME_AI**: Preset voices generated by Hume.
579
592
580
-
- **CUSTOM_VOICE**: Voices you have generated and saved to your `Voice library`.
593
+
If no provider is explicitly set, the default provider is
594
+
`CUSTOM_VOICE`. When using voices from Hume's **Voice Library**, you
595
+
must explicitly set the provider to `HUME_AI`.
581
596
582
-
If a provider is not specified, the provider will default to `CUSTOM_VOICE`.
583
597
584
-
While Hume's preset voices are shared and usable by anyone, your custom voices are only available to calls made with your API key.
598
+
Preset voices from Hume's **Voice Library** are accessible by all
599
+
users. In contrast, your custom voices are private and accessible only
0 commit comments