Skip to content

Releases: 4Players/odin-sdk-web

0.15.1

14 Mar 11:14
Compare
Choose a tag to compare
  • Fixed a bug where speech detection settings were not applied in VAD processor.
  • Updated QoS metrics for compatibility with native clients using version 1.4.0 or later.

0.14.0

13 Feb 11:12
Compare
Choose a tag to compare
  • Added CommonJS builds for Node.js environments.
  • Updated client to automatically disable audio functionality when neither AudioContext nor Worker are available.

0.13.1

02 Feb 16:53
Compare
Choose a tag to compare
  • Removed a debug log.

0.13.0

02 Feb 15:01
Compare
Choose a tag to compare
  • Refactored internal jitter buffer for better handling of high latency scenarios.
  • Added QoS metrics to voice packets to allow debugging of performance issues.
  • Reduced overall latency.

0.12.0

28 Jan 02:29
Compare
Choose a tag to compare
  • Added RTT hints to voice packets for compatibility with native clients using version 1.3.1 or later.

0.11.0

10 Jan 22:27
Compare
Choose a tag to compare
  • Fixed a bug where MediaStarted events weren't emitted, when using OdinRoom.setPosition().
  • Added MediaStopped events for convenience when using OdinRoom.setPosition().

0.10.0

29 Nov 22:32
Compare
Choose a tag to compare
  • Added OdinRoom.disableVolumeGate.
  • Added OdinRoom.enableVolumeGate.
  • Added OdinRoom.updateVolumeGateThresholds to allow configuring root mean square power (dBFS) when the volume gate should engage.
  • Added OdinRoom.updateVADThresholds to allow configuring voice probability value when the VAD should engage.
  • Renamed OdinRoom.enablesVAD to OdinRoom.enableVAD.

0.9.4

05 Jul 10:45
Compare
Choose a tag to compare
  • Fixed an issue where the client could become unresponsive on failed WebSocket connection attempts.

0.9.3

30 Jun 14:20
Compare
Choose a tag to compare
  • Fixed issues with stuttering audio when using Safari 15.4 or newer. #onlyApple
  • Added optional arguments to OdinClient.initRoom and OdinClient.initRooms to allow passing a custom AudioContext, which might be necessary on Apple platforms.
  • Added OdinPeer.remote to easily differentiate between your own peer and others.

0.9.0

10 May 12:55
Compare
Choose a tag to compare

⚠️ Safari 15.4 introduced an issue, which can impact web worker performance and cause stuttering audio. We are working on a fix.

  • Renamed OdinMedia.registered to OdinMedia.started for convenience.
  • Fixed an error when trying to decode an empty byte array.