Skip to content

Releases: Azure-Samples/aoai-realtime-audio-sdk

[Javascript] v0.5.2

17 Dec 20:56
b7ac1f9
Compare
Choose a tag to compare

What's Changed

  • [js] Fix: Making ResponseCreateParams optional params optional. by @glecaros in #108

Full Changelog: js/v0.5.1...js/v0.5.2

[Python] v0.5.3

05 Dec 19:33
d473b61
Compare
Choose a tag to compare

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

Full Changelog: py/v0.5.2...py/v0.5.3

[Javascript] v0.5.1

05 Dec 19:27
d473b61
Compare
Choose a tag to compare

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

Full Changelog: js/v0.5.0...js/v0.5.1

[Javascript] v0.5.0

28 Oct 19:52
b438a09
Compare
Choose a tag to compare
js/v0.5.0

[js] Adding type to RTResponse and more fields to RTMessageItem. (#65)

[Python] v0.5.2

25 Oct 19:19
9bc4714
Compare
Choose a tag to compare
[js] Fixing response item model bug. (#60)

[py] Bumping version

[Javascript] v0.4.7

16 Oct 19:49
2c3013c
Compare
Choose a tag to compare
[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

15 Oct 16:30
d3ddea1
Compare
Choose a tag to compare
py/v0.5.1

Fixing issue with static method (#40)

[Python] v0.5.0

14 Oct 16:53
ac820c3
Compare
Choose a tag to compare
py/v0.5.0

[python] Refactoring RTClient to better abstract protocol messages. (…

[Python] v0.4.4

04 Oct 05:15
21764a7
Compare
Choose a tag to compare
py/v0.4.4

Fixing serialization of all models that have defaults. (#20)

[Python] v0.4.3

03 Oct 23:31
90b10df
Compare
Choose a tag to compare
py/v0.4.3

Adding user agent to python client. (#18)