Releases: 4Players/odin-sdk
Releases · 4Players/odin-sdk
1.7.0
New Features
- Added new enhanced gain controller version with improved digital processing
- Updated client with command-line options to choose gain controller version
API Changes
- Added
OdinGainControllerVersion
enum - Replaced
gain_controller
withgain_controller_version
inOdinApmConfig
- Removed deprecated
pre_amplifier
setting fromOdinApmConfig
Bugfixes / Improvements
- Added support for authentication tokens with multiple audiences
- Updated internal audio processing module
1.6.7
Bugfixes / Improvements
- Refactored runtime lifetime management
- Fixed a crash when calling odin_startup with version set to
NULL
1.6.6
Bugfixes / Improvements
- Removed an assertion that triggered when an unexpected number of audio samples were pushed
1.6.5
Bugfixes / Improvements
- Updated static library format on iOS and macOS for Unreal Engine Marketplace compliance
- Updated Opus encoder configuration to set inband FEC to
1
should attempts to set it to2
be unsuccessful - Fixed a potential crash on iOS and macOS when trying to update encoder CTLs
1.6.4
New Features
- Added framework bundles with dynamic libraries for iOS and macOS
Bugfixes / Improvements
- Updated Opus encoder settings to be compliant with upcoming web client releases
- Updated error handling to provide better error messages when receiving RPC errors
1.6.3
API Changes
- Re-added
odin_audio_data_len
Bugfixes / Improvements
- Reinstated original loudness levels when downmixing output medias to mono, reversing the upmix attenuation introduced in 1.6.2
- Updated Opus encoder settings to use 128 kbps as default bitrate for stereo input medias to allow transparent music streaming
- Updated error handling to provide better error messages when receiving RPC errors
v1.6.2
Bugfixes / Improvements
- Updated static library format on iOS and macOS for Unreal Engine Marketplace compliance
- Updated internal attenuation factor when upmixing mono productions to sound as loud as the equivalent stereo productions
- Updated media stream RPC handling to be more compliant with upcoming 2.x client releases
1.6.1
Bugfixes / Improvements
- Removed random 3D position generation that limited points to a mirrored disk shape, which could cause some peers to be obscured
1.6.0
New Features
- Enabled access to server-side functionality for muting and unmuting individual remote media streams
- Improved server-side position-based packet culling to support 3D coordinates
API Changes
- Added
odin_media_stream_pause
andodin_media_stream_resume
to request a mute/unmute for a specific media stream - Updated
odin_room_update_position
for 3D coordinate support - Replaced
odin_room_update_user_data
withodin_room_update_peer_user_data
- Removed
OdinUserDataTarget
Bugfixes / Improvements
- Enhanced the internal mechanism for handling reconnections
1.5.8
API Changes
- Added
odin_audio_set_stream_delay
for scenarios where audio output and input are not synchronized to ensure that the echo canceller can align both streams
Bugfixes / Improvements
- Fixed an issue where stereo output interfered with the functioning of echo cancellation