adrianlyjak / obsidian-aloud-tts

MIT License
12 stars 1 forks source link

Add support for parler-tts #25

Open adrianlyjak opened 1 month ago

adrianlyjak commented 1 month ago

It would be pretty cool to support Parler-TTS, an open source TTS with fairly good quality and voice customization.

If running the model local, the inference code is currently just python. Perhaps there could be a bridge and this would be a node.js only feature.

I don't know how much work it would be to make the model work with javascript+ONNX, but that would also be pretty cool, and likely useful to others to do better on device TTS.