ailuntz commited on
Commit
defe4bd
·
verified ·
1 Parent(s): 99b1270

Add BibTeX citations

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -91,4 +91,18 @@ License follows the upstream OmniVoice release.
91
 
92
  ## Citation
93
 
94
- Cite the original OmniVoice project for the model and cite [`ailuntx/OmniVoice-MLX`](https://github.com/ailuntx/OmniVoice-MLX) for this MLX conversion/runtime.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
 
92
  ## Citation
93
 
94
+ ```bibtex
95
+ @misc{omnivoice-mlx,
96
+ title = {OmniVoice-MLX: Apple MLX port of OmniVoice},
97
+ author = {ailuntx},
98
+ year = {2026},
99
+ url = {https://github.com/ailuntx/OmniVoice-MLX},
100
+ }
101
+
102
+ @article{zhu2026omnivoice,
103
+ title = {OmniVoice: Towards Omnilingual Zero-Shot Text-to-Speech with Diffusion Language Models},
104
+ author = {Zhu, Han and Ye, Lingxuan and Kang, Wei and Yao, Zengwei and Guo, Liyong and Kuang, Fangjun and Han, Zhifeng and Zhuang, Weiji and Lin, Long and Povey, Daniel},
105
+ journal = {arXiv preprint arXiv:2604.00688},
106
+ year = {2026},
107
+ }
108
+ ```