Skip to content

Commit 746028c

Browse files
rhureyCopilot
andauthored
Initial add of VoiceLive SDK (#36428)
Initial add of VoiceLive SDK for TypeScript --------- Co-authored-by: Copilot <[email protected]>
1 parent b466e9d commit 746028c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+19112
-0
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,12 @@
280280
# ServiceLabel: %AI Agents
281281
# ServiceOwners: @ganeshyb @glharper @dargilco @ZachhK @bobogogo1990
282282

283+
# PRLabel: %Voice Live
284+
/sdk/ai/ai-voicelive @rhurey @xitzhang
285+
286+
# ServiceLabel: %Voice Live
287+
# ServiceOwners: @rhurey @xitzhang
288+
283289
# PRLabel: %Image Analysis
284290
# ServiceLabel: %Image Analysis
285291
/sdk/vision/ai-vision-image-analysis-rest/ @rhurey @dargilco

.vscode/cspell.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,15 @@
193193
"Agentic"
194194
]
195195
},
196+
{
197+
"filename": "sdk/ai/ai-voicelive/**/*.md",
198+
"words": [
199+
"Viseme",
200+
"logprobs",
201+
"Alaw",
202+
"Ulaw"
203+
]
204+
},
196205
{
197206
"filename": "sdk/apimanagement/api-management-custom-widgets-scaffolder/review/**/*.md",
198207
"words": [

pnpm-lock.yaml

Lines changed: 85 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/ai/ai-voicelive/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright (c) Microsoft Corporation.
2+
3+
MIT License
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)