Skip to content

Releases: amishshah/prism-media

v1.2.5

03 Feb 19:34
Compare
Choose a tag to compare
  • deps: update @discordjs/opus

  • chore: v1.2.5

v1.2.4

03 Feb 18:25
Compare
Choose a tag to compare
  • fix: propagate opus decoding errors (#57)

    • Add error checking to opus decoding

    • Include return statement

  • fix: update FFmpegInfo typings

  • chore: v1.2.4

v1.2.3

02 Dec 22:10
Compare
Choose a tag to compare
  • build(deps): bump lodash from 4.17.15 to 4.17.19 (#46)

    Bumps lodash from 4.17.15 to 4.17.19.

    Signed-off-by: dependabot[bot] [email protected]

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

  • refactor: delete empty Constants.js file (#47)

  • types(VolumeTransformer): now correctly extends Transform (#50)

    Since VolumeTransformer wasnt assignable to WritableStream it needed to be extended correctly in the types

  • chore: update dependencies

  • refactor: better cleanup for Opus

  • refactor: better cleanup for FFmpeg

  • refactor: better cleanup for demuxers

  • chore: v1.2.3

v1.2.2

02 May 11:30
Compare
Choose a tag to compare

Fixes

  • Opus libraries are now lazy-loaded, and errors are more descriptive if an Opus module cannot be found (4929bdc)
  • Fixed support for opusscript (27d3625)

v1.2.1

26 Feb 13:39
Compare
Choose a tag to compare

Fixes

  • OpusStream#setPLP fixed (8d2c9b7)

v1.2.0

16 Jan 11:10
Compare
Choose a tag to compare

Notable changes

  • Now supports @discordjs/opus, which has performant bindings to libopus 1.3 for improved audio quality (5b6aee7)
  • Now supports ffmpeg-static v3 (4e79782)

Fixes

  • Prevent FFmpeg window opening (fd434d2)

v0.0.4

16 Jan 11:49
Compare
Choose a tag to compare
  • Adds support for using ffmpeg-static (47ce91b)

v1.1.0

22 Aug 11:38
Compare
Choose a tag to compare

Changes

  • Add prism.FFmpeg.getInfo() to allow you to extract information from the installed FFmpeg (e9baaba, 87f5da9)
  • Removed in-built support for the deprecated ffmpeg-binaries (continues to be unmaintained and broken.) Recommended to use ffmpeg-static instead (33c800e).

v1.0.2

28 Apr 16:35
Compare
Choose a tag to compare

v1.0.1

22 Feb 15:04
Compare
Choose a tag to compare

Fixes

  • Fix VolumeTransformer (95b5fcb)
    • not working for volumes that weren't 1
    • inital volumes of 0 were replaced by 1
    • minimum write value was not low enough