rhasspy / larynx

End to end text to speech system using gruut and onnx
MIT License
822 stars 48 forks source link

Make web demo optional #60

Open TilCreator opened 2 years ago

TilCreator commented 2 years ago

I'm currently trying to package this project for NixOS, mostly for use with speech-dispatcher.

The web demo is a nice feature, especially for testing with the docker container, but it seams like bloat when only using the command line.

It would be nice to have the web demo as an optional module or as a differed module with Larynx as a dependency.

It's a really awesome project and I hope to use it soon!