0.1.4

nestjs/nest0.1.4Apr 13, 2026by zhu-han

AI Summary

This release fixes bugs in batch inference, switches audio libraries for better device compatibility, and adds Google Colab examples.

Key Highlights

  • Fixed batch inference for mixed modes
  • Switched from torchaudio to soundfile+librosa for device compatibility
  • Fixed batch inference without reference text or audio
  • Added Google Colab examples

New Features

  • Mixed mode batch inference fix
  • Audio library switch (torchaudio -> soundfile+librosa)
  • Colab examples

Full Release Notes

## What's Changed
* fix: instruct in infer_batch by @Pastells in https://github.com/k2-fsa/OmniVoice/pull/72
* docs: add omnivoice-server to community projects by @maemreyo in https://github.com/k2-fsa/OmniVoice/pull/42
* fix: batch_inference without ref_text or ref_audio_path by @Pastells in https://github.com/k2-fsa/OmniVoice/pull/70
* docs: restore omnivoice-server to community projects (after force-push) by @maemreyo in https://github.com/k2-fsa/OmniVoice/pull/80
* fix infer_batch.py for mixed modes https://github.com/k2-fsa/OmniVoice/commit/58cf379ad4097eaa03e5d6e9d361e08bbd4074bb
* use soundfile+librosa instead of torchaudio to avoid issues on some devices https://github.com/k2-fsa/OmniVoice/commit/4f4b0ccb6e103daf810608d0ecb0e18a0d8b2cde
* replace Chinese parentheses with English ones in text https://github.com/k2-fsa/OmniVoice/commit/31b8a4d8b7c5e804644a774f12f665234663b6fa
* add more tips in README https://github.com/k2-fsa/OmniVoice/commit/8ede7acd2af94b810320091aad4e307d259e9690
* add google colab examples https://github.com/k2-fsa/OmniVoice/commit/936146629b1fa91d2391db8aa56d49b3e4510070

## New Contributors
* @Pastells made their first contribution in https://github.com/k2-fsa/OmniVoice/pull/72
* @maemreyo made their first contribution in https://github.com/k2-fsa/OmniVoice/pull/42

**Full Changelog**: https://github.com/k2-fsa/OmniVoice/compare/0.1.3...0.1.4