Skip to content

Commit

Permalink
feat: update version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Oct 9, 2024
1 parent ac62f78 commit e095e95
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
{
"type": "extension",
"name": "azure_tts",
"version": "0.4.1",
"dependencies": [
{
"type": "system",
"name": "ten_runtime",
"version": "0.2"
},
{
"type": "system",
"name": "azure_speech_sdk",
"version": "1.38.0"
}
],
"api": {
"property": {
"azure_subscription_key": {
"type": "string"
},
"azure_subscription_region": {
"type": "string"
},
"azure_synthesis_voice_name": {
"type": "string"
}
},
"data_in": [
{
"name": "text_data",
"property": {
"text": {
"type": "string"
}
"type": "extension",
"name": "azure_tts",
"version": "0.4.2",
"dependencies": [
{
"type": "system",
"name": "ten_runtime",
"version": "0.2"
},
{
"type": "system",
"name": "azure_speech_sdk",
"version": "1.38.0"
}
}
],
"cmd_in": [
{
"name": "flush"
}
],
"cmd_out": [
{
"name": "flush"
}
],
"audio_frame_out": [
{
"name": "pcm_frame"
}
]
}
"api": {
"property": {
"azure_subscription_key": {
"type": "string"
},
"azure_subscription_region": {
"type": "string"
},
"azure_synthesis_voice_name": {
"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"
}
]
}
}

0 comments on commit e095e95

Please sign in to comment.