Skip to content

Releases: amishshah/prism-media

v1.0.0

21 Feb 11:53
Compare
Choose a tag to compare

About

The first official release! 🎉

Useful Links

v0.0.3

07 Aug 19:30
a49a75e
Compare
Choose a tag to compare

Works with new version of ffmpeg-binaries

v0.3.1

22 Jun 18:08
0d55fcd
Compare
Choose a tag to compare

Fixes

v0.3.0

20 Jun 19:41
f4877bf
Compare
Choose a tag to compare

Additions

  • Support for Krypton for Opus and PCM (multithreaded engine)

Fixes

  • 4328866 Fix OggOpus demuxer when handling Ogg streams with multiple bitstreams
  • 559e042 Properly destroy opusscript engine after completion (memory leak)

v0.2.1

30 Mar 14:08
f675af4
Compare
Choose a tag to compare

This release has only a single commit but it is important as otherwise opus decoding is completely broken.

Fixes

v0.2.0

05 Mar 19:28
b367fca
Compare
Choose a tag to compare

Fixes

  • breaking change (8d561fa): frame size passed to opus streams must now work for opusscript, which means that if you were passing values such as 1920 for intended use with node-opus, this must now become 960 and will continue to work with both node-opus and opusscript.

v0.1.0

21 Jan 17:41
Compare
Choose a tag to compare

A complete overhaul of the API! Consult documentation!

v0.0.2

22 Oct 14:47
3b8089e
Compare
Choose a tag to compare

Fixes

  • Only emit stdin/stdout errors if the process hasn't already been killed