Skip to content

Commit

Permalink
Merge pull request #332 from cyfyifanchen/voice-azure-male-and-female
Browse files Browse the repository at this point in the history
fix: correcting the male and female voice
  • Loading branch information
tomasliu-agora authored Oct 14, 2024
2 parents ff0fae1 + 169012e commit 4c2bc03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/src/app/api/agents/start/graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export const voiceNameMap: LanguageMap = {
},
"en-US": {
azure: {
male: "en-US-BrianNeural",
female: "en-US-AndrewMultilingualNeural",
male: "en-US-AndrewMultilingualNeural",
female: "en-US-AvaMultilingualNeural",
},
elevenlabs: {
male: "pNInz6obpgDQGcFmaJgB", // Adam
Expand Down

0 comments on commit 4c2bc03

Please sign in to comment.