Releases: Azure-Samples/aoai-realtime-audio-sdk
Releases · Azure-Samples/aoai-realtime-audio-sdk
[Javascript] v0.5.2
What's Changed
Full Changelog: js/v0.5.1...js/v0.5.2
[Python] v0.5.3
What's Changed
- Adding missing exports + response race. by @glecaros in #61
- [js] Adding type to RTResponse and more fields to RTMessageItem. by @glecaros in #65
- Adding react sample for RTClient by @glecaros in #64
- fix player performance issue in js sample by @yulin-li in #71
- .NET samples: preliminary update for yesterday's new beta by @trrwilson in #72
- .NET samples: README updates for beta.2 by @trrwilson in #73
- fix: typo in README by @ry0y4n in #81
- Updated rt-client by @bgrgv in #79
- Bump aiohttp from 3.10.5 to 3.10.11 in /python by @dependabot in #87
- Bump cookie and @bundled-es-modules/cookie in /javascript/standalone by @dependabot in #89
- Bump cross-spawn from 7.0.3 to 7.0.6 in /samples/javascript/react by @dependabot in #90
- add more supported voices in models.py by @xwang-otterai in #88
- Adding all OpenAI supported voices to Javascript library by @glecaros in #92
- [JavaScript] Add a "Clear all" button in the JavaScript sample app by @MikeYan01 in #91
- Fixed missing usage details in python and js sdk by @BetterAndBetterII in #84
- Fixing javascript package.json config. by @glecaros in #93
- Making RTInputAudioItem id public + Bumping js and python version. by @glecaros in #97
New Contributors
- @ry0y4n made their first contribution in #81
- @bgrgv made their first contribution in #79
- @dependabot made their first contribution in #87
- @xwang-otterai made their first contribution in #88
- @MikeYan01 made their first contribution in #91
- @BetterAndBetterII made their first contribution in #84
Full Changelog: py/v0.5.2...py/v0.5.3
[Javascript] v0.5.1
What's Changed
- Adding react sample for RTClient by @glecaros in #64
- fix player performance issue in js sample by @yulin-li in #71
- .NET samples: preliminary update for yesterday's new beta by @trrwilson in #72
- .NET samples: README updates for beta.2 by @trrwilson in #73
- fix: typo in README by @ry0y4n in #81
- Updated rt-client by @bgrgv in #79
- Bump aiohttp from 3.10.5 to 3.10.11 in /python by @dependabot in #87
- Bump cookie and @bundled-es-modules/cookie in /javascript/standalone by @dependabot in #89
- Bump cross-spawn from 7.0.3 to 7.0.6 in /samples/javascript/react by @dependabot in #90
- add more supported voices in models.py by @xwang-otterai in #88
- Adding all OpenAI supported voices to Javascript library by @glecaros in #92
- [JavaScript] Add a "Clear all" button in the JavaScript sample app by @MikeYan01 in #91
- Fixed missing usage details in python and js sdk by @BetterAndBetterII in #84
- Fixing javascript package.json config. by @glecaros in #93
- Making RTInputAudioItem id public + Bumping js and python version. by @glecaros in #97
New Contributors
- @ry0y4n made their first contribution in #81
- @bgrgv made their first contribution in #79
- @dependabot made their first contribution in #87
- @xwang-otterai made their first contribution in #88
- @MikeYan01 made their first contribution in #91
- @BetterAndBetterII made their first contribution in #84
Full Changelog: js/v0.5.0...js/v0.5.1
[Javascript] v0.5.0
js/v0.5.0 [js] Adding type to RTResponse and more fields to RTMessageItem. (#65)
[Python] v0.5.2
[js] Fixing response item model bug. (#60) [py] Bumping version
[Javascript] v0.4.7
[js] Updating library so headers are used in the node environment. (#42) * [js] Updating library so headers are used in the node environment. * working tests
[Python] v0.5.1
py/v0.5.1 Fixing issue with static method (#40)
[Python] v0.5.0
py/v0.5.0 [python] Refactoring RTClient to better abstract protocol messages. (…
[Python] v0.4.4
py/v0.4.4 Fixing serialization of all models that have defaults. (#20)
[Python] v0.4.3
py/v0.4.3 Adding user agent to python client. (#18)