festvox / speech_tools

Edinburgh Speech Tools
Other
56 stars 25 forks source link

EST_TokenStream on istream support #23

Closed zeehio closed 4 years ago

zeehio commented 4 years ago

Thanks for merging the other pull requests :-)

This PR implements seeking and reading on EST_TokenStream objects based on istreams. This feature is required by a to-be-submitted patch in Festival in order to reduce the i/o disk usage when using HTS voices.

This feature has been used in Debian since 2014.

Original patch: https://salsa.debian.org/tts-team/speech-tools/-/blob/a7f153b2a8842d6216a60984ae24a7f62a13e34b/debian/patches/tokenstream_istream.diff

Thanks again for your time