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
`useTextToSpeech` takes [`TextToSpeechModelConfig`](../../06-api-reference/interfaces/TextToSpeechModelConfig.md) that consists of:
63
63
64
-
-`model` of type [`TextToSpeechModelSources`](../../06-api-reference/interfaces/TextToSpeechModelSources.md) containing the [`durationPredictorSource`](../../06-api-reference/interfaces/TextToSpeechModelSources.md#durationpredictorsource), [`synthesizerSource`](../../06-api-reference/interfaces/TextToSpeechModelSources.md#synthesizersource), and [`modelName`](../../06-api-reference/interfaces/TextToSpeechModelSources.md#modelname).
65
-
-[`voiceSource`](../../06-api-reference/interfaces/TextToSpeechModelConfig.md#voicesource) of type [`ResourceSource`](../../06-api-reference/interfaces/ResourceSource.md) - configuration of specific voice used in TTS.
64
+
-`model` of type [`TextToSpeechModelSources`](../../06-api-reference/type-aliases/TextToSpeechModelSources.md) containing the [`durationPredictorSource`](../../06-api-reference/type-aliases/TextToSpeechModelSources.md#durationpredictorsource), [`synthesizerSource`](../../06-api-reference/type-aliases/TextToSpeechModelSources.md#synthesizersource), and [`modelName`](../../06-api-reference/type-aliases/TextToSpeechModelSources.md#modelname).
65
+
-[`voiceSource`](../../06-api-reference/interfaces/TextToSpeechModelConfig.md#voicesource) of type [`ResourceSource`](../../06-api-reference/type-aliases/ResourceSource.md) - configuration of specific voice used in TTS.
66
66
-[`phonemizerConfig`](../../06-api-reference/interfaces/TextToSpeechModelConfig.md#phonemizerconfig) of type [`TextToSpeechPhonemizerConfig`](../../06-api-reference/interfaces/TextToSpeechPhonemizerConfig.md) - configuration of the phonemizer.
67
67
68
68
`useTextToSpeech`'s second optional argument is an object with:
0 commit comments