Skip to content

Commit

Permalink
Merge pull request #5 from TEN-framework/feat/default-properties
Browse files Browse the repository at this point in the history
feat: add default properties for azure tts
  • Loading branch information
plutoless authored Nov 30, 2024
2 parents 8dcb0a6 + 91627d4 commit fe2beb6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion property.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{}
{
"azure_subscription_key": "${env:AZURE_TTS_KEY}",
"azure_subscription_region": "${env:AZURE_TTS_REGION}",
"azure_synthesis_voice_name": "en-US-AndrewMultilingualNeural"
}

0 comments on commit fe2beb6

Please sign in to comment.