Skip to content

Releases: davidffa/lavalink

v1.2.2

09 Mar 21:18
e5f7e3a
Compare
Choose a tag to compare
  • Update dependencies

v1.2.1

12 Aug 15:21
b1c9985
Compare
Choose a tag to compare
  • Update lavaplayer (FIx 403 error in YouTube source manager)

v1.2.0

28 Mar 21:58
4e809a8
Compare
Choose a tag to compare
  • Update lavaplayer
  • Update other dependencies

WARNING:

This version requires java 17+, due to spring boot 6.0 see here.

v1.1.4

11 Aug 22:30
2c625ee
Compare
Choose a tag to compare

Changelog

  • Update lavaplayer (Fix error when playing some youtube tracks)

v1.1.3

09 Aug 15:10
d83b6bd
Compare
Choose a tag to compare

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

31 Jul 11:48
c597fb1
Compare
Choose a tag to compare

Changelog

  • Update dependencies
  • Fix short noises in mp3 audio and corrupted mp3 audio files (voice receive)

v1.1.1

18 Jul 21:18
c1c6a78
Compare
Choose a tag to compare
  • Update lavaplayer (add missing libmpg123 DLL for windows x86-64)

v1.1.0

08 Jul 10:52
99d7d86
Compare
Choose a tag to compare

Changelog

  • Update dependencies
  • Add voice receive support (see how to use it here #2)

v1.1.0-rc6

01 Jul 17:09
d3c13bf
Compare
Choose a tag to compare
v1.1.0-rc6 Pre-release
Pre-release
  • Support pcm output file
  • Support mono audio

v1.1.0-rc5

26 Jun 17:42
a60cc83
Compare
Choose a tag to compare
v1.1.0-rc5 Pre-release
Pre-release
  • 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.