3v324v23's picture
Зафиксирована рабочая версия TEN-Agent для HuggingFace Space
87337b1
{
"type": "extension",
"name": "minimax_tts",
"version": "0.1.0",
"dependencies": [
{
"type": "system",
"name": "ten_runtime_go",
"version": "0.8"
}
],
"api": {
"property": {
"api_key": {
"type": "string"
},
"group_id": {
"type": "string"
},
"model": {
"type": "string"
},
"request_timeout_seconds": {
"type": "int64"
},
"sample_rate": {
"type": "int64"
},
"url": {
"type": "string"
},
"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"
}
]
}
}