VoXtream2: Full-stream TTS with dynamic speaking rate control
Paper
• 2603.13518 • Published
• 1
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
This repository contains a training dataset for VoXtream2 TTS model.
The dataset contains 40k hours:
All utterances are 55 seconds long. We concatenated multiple utterances within the same speaker and padded shorter clips with silence. Sampling rate: 24kHz.
To download the dataset, use the following code:
from huggingface_hub import snapshot_download
local_dir = snapshot_download('herimor/voxtream2-train', repo_type='dataset')
Clone our repo and follow the instructions in the README file.
@inproceedings{torgashov2026voxtream,
title={Vo{X}tream: Full-Stream Text-to-Speech with Extremely Low Latency},
author={Torgashov, Nikita and Henter, Gustav Eje and Skantze, Gabriel},
booktitle={Proc. IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
year={2026},
note={to appear},
url={https://arxiv.org/abs/2509.15969}
}
@article{torgashov2026voxtream2,
author = {Torgashov, Nikita and Henter, Gustav Eje and Skantze, Gabriel},
title = {Vo{X}tream2: Full-stream TTS with dynamic speaking rate control},
journal = {arXiv:2603.13518},
year = {2026}
}