Skip to content

Where can i find the piper configuration this repo is using? #396

Answered by ken107
KAGEYAM4 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, the piper related code is in this repository
https://github.com/ken107/piper-browser-extension in the web folder.

The code performs inferencing directly inside the browser using onnxruntime-web, to synthesize speech. It doesnt use spd-say or any third-party tool.

I'm guessing the 2-3 second pause you're experiencing is the time it takes to synthesize the next sentence. Our implementation deals with that by pre-synthesizing the next sentence while the current sentence is being spoken. Your tool will need to support this 'prefetching' strategy.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@KAGEYAM4
Comment options

Answer selected by KAGEYAM4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants