3v324v23's picture
Зафиксирована рабочая версия TEN-Agent для HuggingFace Space
87337b1
{
"type": "extension",
"name": "elevenlabs_tts_python",
"version": "0.1.0",
"dependencies": [
{
"type": "system",
"name": "ten_runtime_python",
"version": "0.8"
}
],
"package": {
"include": [
"manifest.json",
"property.json",
"BUILD.gn",
"**.tent",
"**.py",
"README.md",
"tests/**"
]
},
"api": {
"property": {
"api_key": {
"type": "string"
},
"model_id": {
"type": "string"
},
"request_timeout_seconds": {
"type": "int64"
},
"similarity_boost": {
"type": "float64"
},
"speaker_boost": {
"type": "bool"
},
"stability": {
"type": "float64"
},
"style": {
"type": "float64"
},
"optimize_streaming_latency": {
"type": "int64"
},
"voice_id": {
"type": "string"
}
},
"data_in": [
{
"name": "text_data",
"property": {
"text": {
"type": "string"
}
}
}
],
"cmd_in": [
{
"name": "flush"
}
],
"cmd_out": [
{
"name": "flush"
}
],
"audio_frame_out": [
{
"name": "pcm_frame"
}
]
}
}