Skip to content

Commit 838caab

Browse files
authored
Merge pull request #13 from niuzheng168/rhurey/vl_specs
Add custom_text_normalization_url into voice setting
2 parents 6f7f2d4 + d457841 commit 838caab

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

specification/ai/data-plane/VoiceLive/custom.tsp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ model AzureCustomVoice extends AzureVoice {
222222
temperature?: float32;
223223

224224
custom_lexicon_url?: string;
225+
custom_text_normalization_url?: string;
225226
prefer_locales?: string[];
226227
locale?: string;
227228
style?: string;
@@ -246,6 +247,7 @@ model AzureStandardVoice extends AzureVoice {
246247
temperature?: float32;
247248

248249
custom_lexicon_url?: string;
250+
custom_text_normalization_url?: string;
249251
prefer_locales?: string[];
250252
locale?: string;
251253
style?: string;
@@ -272,6 +274,7 @@ model AzurePersonalVoice extends AzureVoice {
272274
`model`: PersonalVoiceModels;
273275

274276
custom_lexicon_url?: string;
277+
custom_text_normalization_url?: string;
275278
prefer_locales?: string[];
276279
locale?: string;
277280
style?: string;

specification/ai/data-plane/VoiceLive/stable/2025-10-01/GeneratedSystemEvents.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,9 @@
368368
"custom_lexicon_url": {
369369
"type": "string"
370370
},
371+
"custom_text_normalization_url": {
372+
"type": "string"
373+
},
371374
"prefer_locales": {
372375
"type": "array",
373376
"items": {
@@ -424,6 +427,9 @@
424427
"custom_lexicon_url": {
425428
"type": "string"
426429
},
430+
"custom_text_normalization_url": {
431+
"type": "string"
432+
},
427433
"prefer_locales": {
428434
"type": "array",
429435
"items": {
@@ -701,6 +707,9 @@
701707
"custom_lexicon_url": {
702708
"type": "string"
703709
},
710+
"custom_text_normalization_url": {
711+
"type": "string"
712+
},
704713
"prefer_locales": {
705714
"type": "array",
706715
"items": {

0 commit comments

Comments
 (0)