herimor commited on
Commit
e4947ba
·
verified ·
1 Parent(s): a78e61c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -29,7 +29,7 @@ VoXtream, a fully autoregressive, zero-shot streaming text-to-speech system for
29
  ### Installation
30
 
31
  ```bash
32
- pip install voxtream
33
  ```
34
 
35
  ### Usage
@@ -65,10 +65,12 @@ The model was trained on a 9k-hour subset from [Emilia](https://huggingface.co/d
65
  ## Citation
66
 
67
  ```
68
- @article{torgashov2025voxtream,
69
- author = {Torgashov, Nikita and Henter, Gustav Eje and Skantze, Gabriel},
70
- title = {Vo{X}tream: Full-Stream Text-to-Speech with Extremely Low Latency},
71
- journal = {arXiv:2509.15969},
72
- year = {2025}
 
 
73
  }
74
  ```
 
29
  ### Installation
30
 
31
  ```bash
32
+ pip install voxtream==0.1.5
33
  ```
34
 
35
  ### Usage
 
65
  ## Citation
66
 
67
  ```
68
+ @inproceedings{torgashov2026voxtream,
69
+ title={Vo{X}tream: Full-Stream Text-to-Speech with Extremely Low Latency},
70
+ author={Torgashov, Nikita and Henter, Gustav Eje and Skantze, Gabriel},
71
+ booktitle={Proc. IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
72
+ year={2026},
73
+ note={to appear},
74
+ url={https://arxiv.org/abs/2509.15969}
75
  }
76
  ```