0.1.4
k2-fsa/OmniVoice0.1.4Apr 13, 2026by zhu-han
AI Summary
This release focuses on improving inference compatibility and adding documentation. Key changes include switching audio processing libraries for better device support and adding Google Colab examples for easier experimentation.
Key Highlights
- Switched from torchaudio to soundfile+librosa for broader device compatibility
- Fixed infer_batch.py for mixed modes
- Added Google Colab examples for easy experimentation
- Fixed batch_inference without ref_text or ref_audio_path
- Added omnivoice-server to community projects
New Features
- Added instruct parameter to infer_batch
- Added Google 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