v0.12.8

NVIDIA/NeMo-Speech.cppv0.12.8Dec 17, 2023by jeromewu

AI Summary

Fixes critical issues with ESM module loading, upgrades the FFmpeg binary version, adds export entries for WASM and worker files, and improves build compatibility documentation.

Key Highlights

  • Fixed default ffmpeg-core.js loading in ESM mode
  • Added export entries for wasm and worker files
  • Upgraded FFmpeg from 5.1.3 to 5.1.4
  • Added Webpack build documentation

New Features

  • ESM loading fix
  • WASM and worker file exports
  • FFmpeg upgrade to 5.1.4
  • Webpack documentation

Full Release Notes

## What's Changed
* Solve the problem that the default ffmpeg-core.js cannot be loaded in esm mode by @xiaomingge1993 in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/601
* Fix typo in FAQ by @vkzrx in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/606
* Bump @babel/traverse from 7.22.8 to 7.23.2 by @dependabot in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/610
* Providing webpackIgnore is crucial for a successful Webpack build. by @baszczewski in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/613
* Fix typo by @EstebanDalelR in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/643
* add export entry for wasm and worker files by @jichang in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/642
* Bump vite from 4.4.7 to 4.4.12 by @dependabot in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/641
* Bump next from 13.4.13 to 13.5.0 by @dependabot in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/618
* docs: add missing import of toBlobURL by @jonathanmv in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/634
* Upgrade nextjs version and fix example by @jeromewu in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/649
* Bump the npm_and_yarn group group with 1 update by @dependabot in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/651
* Upgrade ffmpeg from 5.1.3 to 5.1.4 by @jeromewu in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/650

## New Contributors
* @xiaomingge1993 made their first contribution in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/601
* @vkzrx made their first contribution in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/606
* @baszczewski made their first contribution in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/613
* @EstebanDalelR made their first contribution in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/643
* @jichang made their first contribution in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/642
* @jonathanmv made their first contribution in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/634

**Full Changelog**: https://github.com/ffmpegwasm/ffmpeg.wasm/compare/v0.12.7...v0.12.8