Skip to content

Commit

Permalink
feat: changing Jane's voice to Andrew's in Azure STT (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfyifanchen authored Oct 14, 2024
1 parent 38d356e commit 9796a4c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions agents/property.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"property": {
"azure_subscription_key": "${env:AZURE_TTS_KEY}",
"azure_subscription_region": "${env:AZURE_TTS_REGION}",
"azure_synthesis_voice_name": "en-US-JaneNeural"
"azure_synthesis_voice_name": "en-US-AndrewMultilingualNeural"
}
},
{
Expand Down Expand Up @@ -456,7 +456,7 @@
"property": {
"azure_subscription_key": "${env:AZURE_TTS_KEY}",
"azure_subscription_region": "${env:AZURE_TTS_REGION}",
"azure_synthesis_voice_name": "en-US-JaneNeural"
"azure_synthesis_voice_name": "en-US-AndrewMultilingualNeural"
}
},
{
Expand Down Expand Up @@ -1452,7 +1452,7 @@
"property": {
"azure_subscription_key": "${env:AZURE_TTS_KEY}",
"azure_subscription_region": "${env:AZURE_TTS_REGION}",
"azure_synthesis_voice_name": "en-US-JaneNeural"
"azure_synthesis_voice_name": "en-US-AndrewMultilingualNeural"
}
},
{
Expand Down Expand Up @@ -1682,7 +1682,7 @@
"property": {
"azure_subscription_key": "${env:AZURE_TTS_KEY}",
"azure_subscription_region": "${env:AZURE_TTS_REGION}",
"azure_synthesis_voice_name": "en-US-JaneNeural"
"azure_synthesis_voice_name": "en-US-AndrewMultilingualNeural"
}
},
{
Expand Down Expand Up @@ -1883,7 +1883,7 @@
"property": {
"azure_subscription_key": "${env:AZURE_TTS_KEY}",
"azure_subscription_region": "${env:AZURE_TTS_REGION}",
"azure_synthesis_voice_name": "en-US-JaneNeural"
"azure_synthesis_voice_name": "en-US-AndrewMultilingualNeural"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion demo/src/app/api/agents/start/graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const voiceNameMap: LanguageMap = {
"en-US": {
azure: {
male: "en-US-BrianNeural",
female: "en-US-JaneNeural",
female: "en-US-AndrewMultilingualNeural",
},
elevenlabs: {
male: "pNInz6obpgDQGcFmaJgB", // Adam
Expand Down
2 changes: 1 addition & 1 deletion playground/src/apis/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const voiceNameMap: LanguageMap = {
"en-US": {
azure: {
male: "en-US-BrianNeural",
female: "en-US-JaneNeural",
female: "en-US-AndrewMultilingualNeural",
},
elevenlabs: {
male: "pNInz6obpgDQGcFmaJgB", // Adam
Expand Down

0 comments on commit 9796a4c

Please sign in to comment.