Update README.md
Browse files
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 |
-
@
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
year
|
|
|
|
|
|
|
| 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 |
```
|