Skip to content

2.4.3

Latest
Compare
Choose a tag to compare
@eshaz eshaz released this 07 Aug 01:59
3ad0384

What's Changed

Full Changelog: 2.4.2...2.4.3

Fixes

  • Allow for Vorbis mode count miss-match. See eshaz/wasm-audio-decoders#86
  • Return 0 samples on first Vorbis frame per specification.

    Data is not returned from the first frame; it must be used to ’prime’ the decode engine. The encoder accounts for this priming when calculating PCM offsets; after the first frame, the proper PCM output offset is ’0’ (as no data has been returned yet). [1]