-
Notifications
You must be signed in to change notification settings - Fork 270
Open
Milestone
Description
Several improvements can be made:
- The Nuance and the AWS wrappers share some code => move it inside a new base class for cloud TTS services.
- One might want to create a "permanent cache on disk" of all the synthesized fragments, so that new invocations of cloud TTS wrappers with the same text fragment read from the permanent cache rather than synthesizing again.
- Let the user decide whether the synthesized audio should be downloaded in PCM or in compressed (MP3/OGG) format. In the latter case, though, each data file must be converted. (Not sure this is a good idea, although it might save some network traffic.)
Reactions are currently unavailable