Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Releases: skyra-project/audio

v1.2.1

19 Jun 11:18
Compare
Choose a tag to compare

1.2.1 (2021-06-19)

Bug Fixes

  • bump gen-esm-wrapper to fix ESM bundle (6abd375)

v1.2.0

31 May 17:58
Compare
Choose a tag to compare

1.2.0 (2021-05-31)

Features

  • filters: added channelMix and lowPass (#27) (2ef7f7c)

v1.1.2

19 May 22:47
Compare
Choose a tag to compare

1.1.2 (2021-05-19)

Bug Fixes

  • correct some types and fixed a bug (#22) (9bccab5)
  • mark package as side effect free (cb5c824)
  • cluster: use the correct type for ClusterNode#stats (6623fe5)
  • docs: prettify README example (e9aa809)
  • package: define the correct MJS export (1c027cc)

v1.1.1

19 May 22:47
Compare
Choose a tag to compare

1.1.1 (2021-03-27)

Bug Fixes

v1.1.0

19 May 22:47
Compare
Choose a tag to compare

1.1.0 (2021-03-27)

Features

  • filters: added distortion and rotation (#11) (5396625)
  • prepare library for Lavalink v4 (#10) (31d9edb)

v1.0.2

19 May 22:47
Compare
Choose a tag to compare

1.0.2 (2020-12-22)

v1.0.1

19 May 22:47
Compare
Choose a tag to compare

1.0.1 (2020-10-30)

Bug Fixes

  • resolved Cannot read property 'OPEN' of undefined (#3) (0a86435)

v1.0.0

19 Oct 18:04
Compare
Choose a tag to compare

1.0.0 (2020-10-19)

Features

  • opt-in connect(), enhancements (0096ff0)

Bug Fixes

  • compile as CommonJS modules (917a3ac)
  • couple of bugfixes (fb2c4ad)
  • couple of critical bugfixes (717b1f5)
  • make Connection#connect async (1bbf719)
  • move send out of options (8501306)
  • resolved bug in audio (18191e8)
  • resolved bug in BaseNode#disconnect's return type (12a033a)
  • resolved crash, type a few more things, add more docs (a038396)