mkiol / dsnote

Speech Note Linux app. Note taking, reading and translating with offline Speech to Text, Text to Speech and Machine translation.
Mozilla Public License 2.0
526 stars 20 forks source link

Integrate with libspiel as dbus Speech Provider #104

Open ranfdev opened 7 months ago

ranfdev commented 7 months ago

The spiel project is defining a standard dbus interface to convert text to speech.

libspiel is getting integrated with the Orca Screen Reader, so that blind users will be able to use any libspiel compatible speech provider.

https://github.com/eeejay/spiel

Your project includes a vast array of speech models, so it would be a perfect candidate to be a reusable speech provider.

mkiol commented 7 months ago

Thanks for the idea.

Very interesting. I'll definitely look into it.