Skip to content

Commit 15bfa1f

Browse files
xitzhangXiting Zhang
andauthored
[VoiceLive] Initial Preview of the VoiceLive SDK (#47115)
* Initial autogened code * fix build errors from auto-gened code * inital client * rename java * fix with test * working version 1 * working version * update * update code quality * update codeowner * update code style * update readme * update dependecies * update sdk version * remove redundant event id * update samples * fix comments * fix invalid links --------- Co-authored-by: Xiting Zhang <[email protected]>
1 parent 20a9a33 commit 15bfa1f

File tree

182 files changed

+27989
-0
lines changed

Some content is hidden

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

182 files changed

+27989
-0
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@
9191
# PRLabel: %AI Model Inference
9292
/sdk/ai/azure-ai-inference/ @dargilco @jhakulin @glharper @Azure/azure-java-sdk
9393

94+
# PRLabel: %Voice Live
95+
/sdk/ai/azure-ai-voicelive/ @rhurey @xitzhang
96+
9497
# ServiceLabel: %AKS
9598
# ServiceOwners: @Azure/aks-pm
9699

eng/versioning/external_dependencies.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,3 +422,5 @@ springboot3_org.springframework.cloud:spring-cloud-dependencies;2025.0.0
422422
java7support_com.fasterxml.jackson.core:jackson-annotations;2.13.5
423423
java7support_com.fasterxml.jackson.core:jackson-core;2.13.5
424424
java7support_com.fasterxml.jackson.core:jackson-databind;2.13.5
425+
org.mockito:mockito-junit-jupiter;4.11.0
426+
com.github.tomakehurst:wiremock-jre8;2.35.2

eng/versioning/version_client.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,3 +557,4 @@ unreleased_io.clientcore:http-netty4;1.0.0-beta.1
557557
# beta_<groupId>:<artifactId>;dependency-version
558558
# note: Released beta versions will not be manipulated with the automatic PR creation code.
559559
beta_com.azure.resourcemanager:azure-resourcemanager-appcontainers;1.2.0-beta.1
560+
com.azure:azure-ai-voicelive;1.0.0-beta.1;1.0.0-beta.1
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Release History
2+
3+
## 1.0.0-beta.1 (Unreleased)
4+
5+
- Azure VoiceLive client library for Java. This package contains Microsoft Azure VoiceLive client library.
6+
7+
### Features Added
8+
9+
### Breaking Changes
10+
11+
### Bugs Fixed
12+
13+
### Other Changes

0 commit comments

Comments
 (0)