Views
No views yet
1# For Debian-like distribution (e.g. Ubuntu, Mint, etc.)
2apt-get install espeak-ng
3# For RedHat-like distribution (e.g. CentOS, Fedora, etc.)
4yum install espeak-ng
5# For MacOS
6brew install espeak-ngpip install "voxtream>=0.2"1voxtream \
2 --prompt-audio assets/audio/english_male.wav \
3 --text "In general, however, some method is then needed to evaluate each approximation." \
4 --output "output_stream.wav"1voxtream \
2 --prompt-audio assets/audio/english_female.wav \
3 --text "Staff do not always do enough to prevent violence." \
4 --output "full_stream_2sps.wav" \
5 --full-stream \
6 --spk-rate 2.01@inproceedings{torgashov2026voxtream,
2 title={Vo{X}tream: Full-Stream Text-to-Speech with Extremely Low Latency},
3 author={Torgashov, Nikita and Henter, Gustav Eje and Skantze, Gabriel},
4 booktitle={Proc. IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
5 year={2026},
6 note={to appear},
7 url={https://arxiv.org/abs/2509.15969}
8}
9
10@article{torgashov2026voxtream2,
11 author = {Torgashov, Nikita and Henter, Gustav Eje and Skantze, Gabriel},
12 title = {Vo{X}tream2: Full-stream TTS with dynamic speaking rate control},
13 journal = {arXiv:2603.13518},
14 year = {2026}
15}