Releases: amishshah/prism-media
Releases · amishshah/prism-media
v1.0.0
About
The first official release! 🎉
Useful Links
v0.0.3
Works with new version of ffmpeg-binaries
v0.3.0
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
This release has only a single commit but it is important as otherwise opus decoding is completely broken.
Fixes
v0.2.0
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
A complete overhaul of the API! Consult documentation!
v0.0.2
Fixes
- Only emit stdin/stdout errors if the process hasn't already been killed