Skip to content

Commit

Permalink
fix: correcting the male and female voice
Browse files Browse the repository at this point in the history
Correcting the voices of male and female
  • Loading branch information
cyfyifanchen committed Oct 14, 2024
1 parent 9796a4c commit 169012e
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 169012e

Please sign in to comment.