Skip to content

Commit

Permalink
feat: add default properties for azure tts
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoless committed Nov 30, 2024
1 parent 8dcb0a6 commit 91627d4
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 91627d4

Please sign in to comment.