mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-19 18:47:41 +08:00
feat: add ElevenLabs TTS API provider
This commit is contained in:
@@ -1590,6 +1590,30 @@
|
||||
"description": "voice",
|
||||
"hint": "OpenAI TTS voice. OpenAI defaults: 'alloy', 'echo', 'fable', 'onyx', 'nova', 'shimmer'."
|
||||
},
|
||||
"elevenlabs-tts-voice-id": {
|
||||
"description": "Voice ID",
|
||||
"hint": "ElevenLabs voice ID. Browse and copy voice IDs at https://elevenlabs.io/app/voice-library. Default 'JBFqnCBsd6RMkjVDRZzb' (George)."
|
||||
},
|
||||
"elevenlabs-tts-output-format": {
|
||||
"description": "Output format",
|
||||
"hint": "Audio output format, e.g. 'mp3_44100_128', 'mp3_22050_32', 'wav_44100', or 'opus_48000_128'. Raw PCM/u-law/a-law formats are not supported. Default 'mp3_44100_128'."
|
||||
},
|
||||
"elevenlabs-tts-stability": {
|
||||
"description": "Stability",
|
||||
"hint": "Voice stability, range [0, 1]. Higher is more consistent, lower is more expressive. Leave empty to use the server default."
|
||||
},
|
||||
"elevenlabs-tts-similarity-boost": {
|
||||
"description": "Similarity boost",
|
||||
"hint": "How closely the output matches the original voice, range [0, 1]. Leave empty to use the server default."
|
||||
},
|
||||
"elevenlabs-tts-style": {
|
||||
"description": "Style exaggeration",
|
||||
"hint": "Style exaggeration of the voice, range [0, 1]. Higher values increase latency. Leave empty to use the server default."
|
||||
},
|
||||
"elevenlabs-tts-use-speaker-boost": {
|
||||
"description": "Speaker boost",
|
||||
"hint": "Boost similarity to the original speaker. May slightly increase latency."
|
||||
},
|
||||
"mimo-tts-voice": {
|
||||
"description": "Voice",
|
||||
"hint": "MiMo TTS voice name. Supported values include 'mimo_default', 'default_en', and 'default_zh'."
|
||||
|
||||
@@ -1587,6 +1587,30 @@
|
||||
"description": "API Base URL",
|
||||
"hint": "Голоса OpenAI TTS: alloy, echo и др."
|
||||
},
|
||||
"elevenlabs-tts-voice-id": {
|
||||
"description": "ID голоса",
|
||||
"hint": "ID голоса ElevenLabs. Просмотрите и скопируйте ID на https://elevenlabs.io/app/voice-library. По умолчанию 'JBFqnCBsd6RMkjVDRZzb' (George)."
|
||||
},
|
||||
"elevenlabs-tts-output-format": {
|
||||
"description": "Формат вывода",
|
||||
"hint": "Формат аудио, например 'mp3_44100_128', 'mp3_22050_32', 'wav_44100' или 'opus_48000_128'. Raw PCM/u-law/a-law форматы не поддерживаются. По умолчанию 'mp3_44100_128'."
|
||||
},
|
||||
"elevenlabs-tts-stability": {
|
||||
"description": "Стабильность",
|
||||
"hint": "Стабильность голоса, диапазон [0, 1]. Оставьте пустым для значения по умолчанию."
|
||||
},
|
||||
"elevenlabs-tts-similarity-boost": {
|
||||
"description": "Усиление сходства",
|
||||
"hint": "Насколько вывод соответствует исходному голосу, диапазон [0, 1]. Оставьте пустым для значения по умолчанию."
|
||||
},
|
||||
"elevenlabs-tts-style": {
|
||||
"description": "Выразительность стиля",
|
||||
"hint": "Выразительность стиля голоса, диапазон [0, 1]. Высокие значения увеличивают задержку. Оставьте пустым для значения по умолчанию."
|
||||
},
|
||||
"elevenlabs-tts-use-speaker-boost": {
|
||||
"description": "Усиление диктора",
|
||||
"hint": "Усиливает сходство с исходным диктором. Может немного увеличить задержку."
|
||||
},
|
||||
"mimo-tts-voice": {
|
||||
"description": "Голос",
|
||||
"hint": "Имя голоса MiMo TTS. Поддерживаются значения 'mimo_default', 'default_en' и 'default_zh'."
|
||||
|
||||
@@ -1592,6 +1592,30 @@
|
||||
"description": "voice",
|
||||
"hint": "OpenAI TTS 的声音。OpenAI 默认支持:'alloy', 'echo', 'fable', 'onyx', 'nova', 'shimmer'"
|
||||
},
|
||||
"elevenlabs-tts-voice-id": {
|
||||
"description": "音色 ID",
|
||||
"hint": "ElevenLabs 音色 ID。可在 https://elevenlabs.io/app/voice-library 浏览并复制音色 ID。默认 'JBFqnCBsd6RMkjVDRZzb'(George)。"
|
||||
},
|
||||
"elevenlabs-tts-output-format": {
|
||||
"description": "输出格式",
|
||||
"hint": "音频输出格式,例如 'mp3_44100_128'、'mp3_22050_32'、'wav_44100'、'opus_48000_128'。不支持裸 PCM/u-law/a-law 格式。默认 'mp3_44100_128'。"
|
||||
},
|
||||
"elevenlabs-tts-stability": {
|
||||
"description": "稳定性",
|
||||
"hint": "音色稳定性,范围 [0, 1]。值越高越稳定,越低越富有表现力。留空则使用服务端默认值。"
|
||||
},
|
||||
"elevenlabs-tts-similarity-boost": {
|
||||
"description": "相似度增强",
|
||||
"hint": "输出与原始音色的接近程度,范围 [0, 1]。留空则使用服务端默认值。"
|
||||
},
|
||||
"elevenlabs-tts-style": {
|
||||
"description": "风格夸张度",
|
||||
"hint": "音色风格的夸张程度,范围 [0, 1]。值越高延迟越大。留空则使用服务端默认值。"
|
||||
},
|
||||
"elevenlabs-tts-use-speaker-boost": {
|
||||
"description": "说话人增强",
|
||||
"hint": "增强与原始说话人的相似度,可能略微增加延迟。"
|
||||
},
|
||||
"mimo-tts-voice": {
|
||||
"description": "音色",
|
||||
"hint": "MiMo TTS 的音色名称。可选值包括 'mimo_default'、'default_en'、'default_zh'。"
|
||||
|
||||
Reference in New Issue
Block a user