Add piperTTS in-browser text-to-speech (#2052)

* Add piperTTS in-browser text-to-speech

* update vite config

* Add voice default + change prod public URL

* uncheck file

* Error handling
bump package for better quality and voices

* bump package

* Remove pre-packed WASM - will not support offline first solution for docker

* attach TTSProvider telem
This commit is contained in:
Timothy Carambat
2024-08-07 11:09:51 -07:00
committed by GitHub
parent b4f80c3be2
commit d072875e43
21 changed files with 736 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ concurrency:
on:
push:
branches: ['558-multi-modal-support'] # put your current branch to create a build. Core team only.
branches: ['pipertts-support'] # put your current branch to create a build. Core team only.
paths-ignore:
- '**.md'
- 'cloud-deployments/*'