AceCentre / AACSpeakHelper

Copies the pasteboard. Translates to defined lang, Reads aloud and replaces pasteboard with translated text
https://docs.acecentre.org.uk/products/v/aac-speak-helper-tool/
MIT License
0 stars 1 forks source link

Refactor get Voices to use tts-wrapper #43

Open willwade opened 2 months ago

willwade commented 2 months ago

In TTS Wrapper we now have methods for all speech engines for Get Voices.

It should return a format that is in JSON for all voices. We would be wise to cache it for a set time - but it would make more sense than having stale json files as part of the project

https://github.com/willwade/tts-wrapper

willwade commented 2 weeks ago

Note I think we have still hardcoded voices in - we should remove this for using our getVoices method