0.1.4

underpig1/octos0.1.4Apr 13, 2026by zhu-han

AI Summary

This update focuses on fixing inference bugs, enhancing documentation, and improving cross-device compatibility by switching audio libraries from torchaudio to soundfile and librosa.

Key Highlights

  • Fixed bugs in infer_batch for mixed modes and missing reference inputs
  • Switched from torchaudio to soundfile+librosa for better device compatibility
  • Added Google Colab examples and community project documentation
  • Fixed text processing and documentation formatting

New Features

  • Google Colab examples
  • Community projects documentation updates
  • Improved batch inference stability

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