Skip to content

Commit 0ebb75b

Browse files
songguocolakevinlin09
authored andcommitted
feat(model/qwen3-tts):add voice names
1 parent 465e2e6 commit 0ebb75b

File tree

1 file changed

+92
-1
lines changed

1 file changed

+92
-1
lines changed

src/main/java/com/alibaba/dashscope/aigc/multimodalconversation/AudioParameters.java

Lines changed: 92 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,98 @@ public enum Voice {
9393
KATERINA("Katerina"),
9494

9595
@SerializedName("Elias")
96-
ELIAS("Elias");
96+
ELIAS("Elias"),
97+
98+
@SerializedName("Momo")
99+
MOMO("Momo"),
100+
101+
@SerializedName("Moon")
102+
MOON("Moon"),
103+
104+
@SerializedName("Maia")
105+
MAIA("Maia"),
106+
107+
@SerializedName("Kai")
108+
KAI("Kai"),
109+
110+
@SerializedName("Bella")
111+
BELLA("Bella"),
112+
113+
@SerializedName("Aiden")
114+
AIDEN("Aiden"),
115+
116+
@SerializedName("Eldric Saga")
117+
ELDRIC_SAGA("Eldric Saga"),
118+
119+
@SerializedName("Mia")
120+
MIA("Mia"),
121+
122+
@SerializedName("Mochi")
123+
MOCHI("Mochi"),
124+
125+
@SerializedName("Bellona")
126+
BELLONA("Bellona"),
127+
128+
@SerializedName("Vincent")
129+
VINCENT("Vincent"),
130+
131+
@SerializedName("Bunny")
132+
BUNNY("Bunny"),
133+
134+
@SerializedName("Neil")
135+
NEIL("Neil"),
136+
137+
@SerializedName("Arthur")
138+
ARTHUR("Arthur"),
139+
140+
@SerializedName("Nini")
141+
NINI("Nini"),
142+
143+
@SerializedName("Ebona")
144+
EBONA("Ebona"),
145+
146+
@SerializedName("Seren")
147+
SEREN("Seren"),
148+
149+
@SerializedName("Pip")
150+
PIP("Pip"),
151+
152+
@SerializedName("Stella")
153+
STELLA("Stella"),
154+
155+
@SerializedName("Bodega")
156+
BODEGA("Bodega"),
157+
158+
@SerializedName("Sonrisa")
159+
SONRISA("Sonrisa"),
160+
161+
@SerializedName("Alek")
162+
ALEK("Alek"),
163+
164+
@SerializedName("Dolce")
165+
DOLCE("Dolce"),
166+
167+
@SerializedName("Sohee")
168+
SOHEE("Sohee"),
169+
170+
@SerializedName("Ono Anna")
171+
ONO_ANNA("Ono Anna"),
172+
173+
@SerializedName("Lenn")
174+
LENN("Lenn"),
175+
176+
@SerializedName("Emilien")
177+
EMILIEN("Emilien"),
178+
179+
@SerializedName("Andre")
180+
ANDRE("Andre"),
181+
182+
@SerializedName("Radio Gol")
183+
RADIO_GOL("Radio Gol"),
184+
185+
@SerializedName("Vivian")
186+
VIVIAN("Vivian");
187+
97188

98189
private final String value;
99190

0 commit comments

Comments
 (0)