Fixed incorrect initialisation of the AAC decoder.
Playback of AAC files should be more robust, as well as being generally more compatible (such as AAC-LC, HE-AAC (SBR) and HE-AACv2 (PS)
Fixed metadata extraction for some OGG files.
Fixed duration extraction for OGG opus files.
Fixed identification of some MP3 files with multiple IDv3 blocks.
Fixed Twitch initialisation sometimes throwing errors.
Fixed PcmChunkEncoder not setting byte order to big-endian on little-endian platforms.
Additions
Added method for configuring opus encoder.
Added ability to set AudioConfiguration for individual players.
Added support for basic metadata extraction for Matroska files.
THIS IS NOT YET COMPATIBLE WITH ALL PLATFORMS.
Lavaplayer natives require recompilation for linux-musl-aarch64, linux-musl-x86-64 and linux-x86.
linux-armhf, linux-aarch32 and win-x86 support has been removed.
Fixes
PcmChunkEncoder
not setting byte order to big-endian on little-endian platforms.Additions
AudioConfiguration
for individual players.THIS IS NOT YET COMPATIBLE WITH ALL PLATFORMS. Lavaplayer natives require recompilation for
linux-musl-aarch64
,linux-musl-x86-64
andlinux-x86
.linux-armhf
,linux-aarch32
andwin-x86
support has been removed.