mmir-tooling
Version:
Build tools for MMIR projects
46 lines (24 loc) • 945 B
Markdown
**[mmir-tooling 7.0.0-beta1](../README.md)**
> [Globals](../README.md) / [mmir-lib](../modules/mmir_lib.md) / SimpleSpeechConfig
# Interface: SimpleSpeechConfig
## Hierarchy
* **SimpleSpeechConfig**
↳ [SpeechConfig](mmir_lib.speechconfig.md)
↳ [SpeechConfigPluginEntry](mmir_lib.speechconfigpluginentry.md)
## Index
### Properties
* [language](mmir_lib.simplespeechconfig.md#language)
* [long](mmir_lib.simplespeechconfig.md#long)
* [voice](mmir_lib.simplespeechconfig.md#voice)
## Properties
### language
• `Optional` **language**: string
local with 2-letter language- and country-code, separated with "-", e.g. "de-DE" or "en-US"
___
### long
• `Optional` **long**: string
local with 3-letter language- and country-code, separated with "-", e.g. "deu-DEU" or "eng-USA"
___
### voice
• `Optional` **voice**: \"male\" \| \"female\" \| string
voice name or feature (may not be supported by selected TTS plugin)