festvox / speech_tools

Edinburgh Speech Tools
Other
56 stars 25 forks source link

Add methods to EST_Wave for saving wave files by parts #24

Closed zeehio closed 4 years ago

zeehio commented 4 years ago

This pull request adds methods to EST_Wave for saving wave files by parts.

Backwards compatibility is preserved.

It offers to write either only the file header or the actual data (or both). Additionally it provides a function to write a wave file header without having an EST_Wave instance.

This patch is ground work for festival improvements in text2wave memory (and disk) usage on long texts.

This patch has been used in Debian since 2013.