Releases: davidffa/lavalink
Releases · davidffa/lavalink
v1.2.1
- Update lavaplayer (FIx 403 error in YouTube source manager)
v1.2.0
- Update lavaplayer
- Update other dependencies
WARNING:
This version requires java 17+, due to spring boot 6.0 see here.
v1.1.4
Changelog
- Update lavaplayer (Fix error when playing some youtube tracks)
v1.1.3
Changelog
- Update lavaplayer
- Use
format: "PCM" | "MP3"
instead of encodeToMp3: boolean
in record payload (allows better extension for other file formats implementations)
v1.1.2
Changelog
- Update dependencies
- Fix short noises in mp3 audio and corrupted mp3 audio files (voice receive)
v1.1.1
- Update lavaplayer (add missing libmpg123 DLL for windows x86-64)
v1.1.0
Changelog
- Update dependencies
- Add voice receive support (see how to use it here #2)
v1.1.0-rc6
- Support pcm output file
- Support mono audio
v1.1.0-rc5
- Allow to select certain users to record, by passing an array of users ids in the record payload
- (koe) Also rebuilt udp-queue binaries for linux-x86, win-x86 and win-x86-64, which now contain the queuePacketWithSocket, used by koe udp-queue extension.