@ssml-builder-js/ssml-editor-elements 2.11.0 → 2.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/dist/index.js +72 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +72 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1940,6 +1940,42 @@ var SSML_HOVER_COPY = {
|
|
|
1940
1940
|
parameters: {
|
|
1941
1941
|
value: { title: "value", description: "\u76EE\u6A19\u6642\u9593\u3002\u4F8B: `10s`\u3001`5000ms`\u3001`00:00:10`\u3002" }
|
|
1942
1942
|
}
|
|
1943
|
+
},
|
|
1944
|
+
"mstts:dialog": { title: "\u30C0\u30A4\u30A2\u30ED\u30B0", description: "\u8907\u6570\u306E\u8A71\u8005\u30BF\u30FC\u30F3\u3092\u307E\u3068\u3081\u307E\u3059\u3002", parameters: {} },
|
|
1945
|
+
"mstts:turn": {
|
|
1946
|
+
title: "\u8A71\u8005\u30BF\u30FC\u30F3",
|
|
1947
|
+
description: "\u30C0\u30A4\u30A2\u30ED\u30B0\u5185\u306E\u8A71\u8005\u3068\u767A\u8A71\u5185\u5BB9\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002",
|
|
1948
|
+
parameters: {
|
|
1949
|
+
voice: { title: "voice", description: "\u3053\u306E\u30BF\u30FC\u30F3\u3067\u4F7F\u7528\u3059\u308B Azure \u97F3\u58F0\u540D\u3002" },
|
|
1950
|
+
speaker: { title: "speaker", description: "\u8A71\u8005\u8B58\u5225\u5B50\u3002" }
|
|
1951
|
+
}
|
|
1952
|
+
},
|
|
1953
|
+
"mstts:backgroundaudio": {
|
|
1954
|
+
title: "\u80CC\u666F\u97F3\u58F0",
|
|
1955
|
+
description: "\u5408\u6210\u97F3\u58F0\u306E\u80CC\u5F8C\u3067\u518D\u751F\u3059\u308B\u97F3\u58F0\u30D5\u30A1\u30A4\u30EB\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002",
|
|
1956
|
+
parameters: { src: { title: "src", description: "\u97F3\u58F0\u30D5\u30A1\u30A4\u30EB\u306E HTTPS URL\u3002" } }
|
|
1957
|
+
},
|
|
1958
|
+
"mstts:ttsembedding": {
|
|
1959
|
+
title: "\u97F3\u58F0\u57CB\u3081\u8FBC\u307F",
|
|
1960
|
+
description: "\u30AB\u30B9\u30BF\u30E0\u97F3\u58F0\u307E\u305F\u306F\u8A71\u8005\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u306E\u30E1\u30BF\u30C7\u30FC\u30BF\u3092\u57CB\u3081\u8FBC\u307F\u307E\u3059\u3002",
|
|
1961
|
+
parameters: { speakerProfileId: { title: "speakerProfileId", description: "\u8A71\u8005\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB ID\u3002" } }
|
|
1962
|
+
},
|
|
1963
|
+
"mstts:embedding": {
|
|
1964
|
+
title: "\u57CB\u3081\u8FBC\u307F",
|
|
1965
|
+
description: "\u8A71\u8005\u57CB\u3081\u8FBC\u307F\u306E\u30E1\u30BF\u30C7\u30FC\u30BF\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002",
|
|
1966
|
+
parameters: {
|
|
1967
|
+
id: { title: "id", description: "\u57CB\u3081\u8FBC\u307F ID\u3002" },
|
|
1968
|
+
speakerProfileId: { title: "speakerProfileId", description: "\u8A71\u8005\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB ID\u3002" }
|
|
1969
|
+
}
|
|
1970
|
+
},
|
|
1971
|
+
"mstts:voiceconversion": {
|
|
1972
|
+
title: "\u97F3\u58F0\u5909\u63DB",
|
|
1973
|
+
description: "\u30AB\u30B9\u30BF\u30E0\u97F3\u58F0\u306E\u5909\u63DB\u30E1\u30BF\u30C7\u30FC\u30BF\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002",
|
|
1974
|
+
parameters: {
|
|
1975
|
+
url: { title: "url", description: "\u97F3\u58F0\u5909\u63DB\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB URL\u3002" },
|
|
1976
|
+
profile: { title: "profile", description: "\u5909\u63DB\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u3002" },
|
|
1977
|
+
speakerProfileId: { title: "speakerProfileId", description: "\u8A71\u8005\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB ID\u3002" }
|
|
1978
|
+
}
|
|
1943
1979
|
}
|
|
1944
1980
|
}
|
|
1945
1981
|
},
|
|
@@ -2104,6 +2140,42 @@ var SSML_HOVER_COPY = {
|
|
|
2104
2140
|
parameters: {
|
|
2105
2141
|
value: { title: "value", description: "The target duration, such as `10s`, `5000ms`, or `00:00:10`." }
|
|
2106
2142
|
}
|
|
2143
|
+
},
|
|
2144
|
+
"mstts:dialog": { title: "Dialog", description: "Groups multiple speaker turns.", parameters: {} },
|
|
2145
|
+
"mstts:turn": {
|
|
2146
|
+
title: "Dialog turn",
|
|
2147
|
+
description: "Specifies a speaker and utterance within a dialog.",
|
|
2148
|
+
parameters: {
|
|
2149
|
+
voice: { title: "voice", description: "The Azure voice used by this turn." },
|
|
2150
|
+
speaker: { title: "speaker", description: "The speaker identifier." }
|
|
2151
|
+
}
|
|
2152
|
+
},
|
|
2153
|
+
"mstts:backgroundaudio": {
|
|
2154
|
+
title: "Background audio",
|
|
2155
|
+
description: "Specifies an audio file played behind synthesized speech.",
|
|
2156
|
+
parameters: { src: { title: "src", description: "The HTTPS URL of the audio file." } }
|
|
2157
|
+
},
|
|
2158
|
+
"mstts:ttsembedding": {
|
|
2159
|
+
title: "TTS embedding",
|
|
2160
|
+
description: "Embeds custom voice or speaker profile metadata.",
|
|
2161
|
+
parameters: { speakerProfileId: { title: "speakerProfileId", description: "The speaker profile ID." } }
|
|
2162
|
+
},
|
|
2163
|
+
"mstts:embedding": {
|
|
2164
|
+
title: "Embedding",
|
|
2165
|
+
description: "Specifies speaker embedding metadata.",
|
|
2166
|
+
parameters: {
|
|
2167
|
+
id: { title: "id", description: "The embedding ID." },
|
|
2168
|
+
speakerProfileId: { title: "speakerProfileId", description: "The speaker profile ID." }
|
|
2169
|
+
}
|
|
2170
|
+
},
|
|
2171
|
+
"mstts:voiceconversion": {
|
|
2172
|
+
title: "Voice conversion",
|
|
2173
|
+
description: "Specifies custom voice conversion metadata.",
|
|
2174
|
+
parameters: {
|
|
2175
|
+
url: { title: "url", description: "The voice conversion profile URL." },
|
|
2176
|
+
profile: { title: "profile", description: "The conversion profile." },
|
|
2177
|
+
speakerProfileId: { title: "speakerProfileId", description: "The speaker profile ID." }
|
|
2178
|
+
}
|
|
2107
2179
|
}
|
|
2108
2180
|
}
|
|
2109
2181
|
}
|