Sarsa Parilla

Results 168 comments of Sarsa Parilla

Thanks for the suggestions. Currently the text is broken into chunks whose size depend on the voice selected. For Cloud voices we break into paragraphs and synthesize them by paragraph...

Unfortunately on mobile devices the background-page restrictions limits what we can do here. Piper voices need to run in a separate tab since it requires cross origin isolation to perform...

Long pauses between sentences would indeed make the extension very unusable. There are possibly other reasons, depending on the voice you're using. Piper voices are locally-synthesized AI voices, they require...

Unfortunately the TTS API that the system exposes to applications does not support prefetch. There's only the speak() function, which tells the engine to start speaking immediately. When this API...

We should cache generated audio in the engine implementations in tts-engines.js. This would be a good enhancement

Could you link to a URL where you encountered this problem? Would help a lot. Thanks

it appears to be working for me, are you using Chrome or another browser?

ah, thanks for that, forgot to copy this change over from main branch. Will appear in next release.