Text To Speech (TTS)
TTS Engine
Native (Web Speech)
@if (speechCfg.hasOpenAIKey()) {
OpenAI TTS
}
@if (ttsEngineType === 'native') {
Native Voices
@for (v of nativeVoices; track v) {
{{ v.name }} — {{ v.lang }}
}
}
@if (ttsEngineType === 'openai') {
OpenAI Voices
@for (v of oaiVoices; track v) {
{{ v }}
}
}
TTS Test:
Text To Speech (TTS):