index-tts/indextts/utils
Yt Zhong b0c6ab8a93
Simple streaming return implementation, lower latency for the first sound. (#417)
* Add stream_return switch to get wavs from yield

* Add more_segment_before arg for more segmenting.

more_segment_before is a int, for token_index < more_segment_before, more segmenting will be applied.
0: no effect; 80 is recommended for better first-wav-latency

* Uncomment silence insertion

* fix: rename quick streaming tokens argument

* fix: rename quick streaming tokens argument

* fix: Add a wrapper for the yield function. It will not return a generator in normal condition.
2025-09-30 14:05:39 +08:00
..
maskgct/models Indextts2 (#276) 2025-09-08 17:36:39 +08:00
__init__.py fix packages 2025-03-25 14:03:29 -04:00
arch_util.py fix packages 2025-03-25 14:03:29 -04:00
checkpoint.py fix packages 2025-03-25 14:03:29 -04:00
common.py Enhance text normalization and tokenization 2025-04-24 20:28:44 +08:00
feature_extractors.py Merge branch 'main' of github.com:eschmidbauer/index-tts into eschmidbauer-main 2025-03-26 12:46:19 +08:00
front.py Simple streaming return implementation, lower latency for the first sound. (#417) 2025-09-30 14:05:39 +08:00
maskgct_utils.py Indextts2 (#276) 2025-09-08 17:36:39 +08:00
text_utils.py Indextts2 (#276) 2025-09-08 17:36:39 +08:00
typical_sampling.py 适配新版本transformers 2025-05-18 19:34:41 +08:00
utils.py Indextts2 (#276) 2025-09-08 17:36:39 +08:00
webui_utils.py init infer code 2025-03-25 12:52:52 +08:00
xtransformers.py fix packages 2025-03-25 14:03:29 -04:00