MediaSFU Angular
Preparing search index...
getAvailableVoices
Function getAvailableVoices
getAvailableVoices
(
langCode
:
string
,
provider
?:
string
,
)
:
{
male
:
(
|
string
|
ElevenLabsVoice
|
DeepgramVoice
|
OpenAIVoice
|
CartesiaVoice
|
RimeVoice
|
KokoroVoice
|
GeminiVoice
)
[]
;
female
:
(
|
string
|
ElevenLabsVoice
|
DeepgramVoice
|
OpenAIVoice
|
CartesiaVoice
|
RimeVoice
|
KokoroVoice
|
GeminiVoice
)
[]
;
}
Get all available voices for a language Supports multiple TTS providers - defaults to Deepgram
Parameters
langCode
:
string
provider
:
string
= 'deepgram'
Returns
{
male
:
(
|
string
|
ElevenLabsVoice
|
DeepgramVoice
|
OpenAIVoice
|
CartesiaVoice
|
RimeVoice
|
KokoroVoice
|
GeminiVoice
)
[]
;
female
:
(
|
string
|
ElevenLabsVoice
|
DeepgramVoice
|
OpenAIVoice
|
CartesiaVoice
|
RimeVoice
|
KokoroVoice
|
GeminiVoice
)
[]
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
MediaSFU
MediaSFU Angular - v2.2.2
Loading...
Get all available voices for a language Supports multiple TTS providers - defaults to Deepgram