omnivore-app / omnivore

Omnivore is a complete, open source read-it-later solution for people who like reading.
https://omnivore.app
GNU Affero General Public License v3.0
11.23k stars 583 forks source link

Text to Speech Research - Android #1974

Open satindar opened 1 year ago

satindar commented 1 year ago

Look into text to speech for Android and create a plan to implement it.

aadilayub commented 1 year ago

I asked Bard:

There are a few ways to add high-quality text to speech to your Android app.

  • Use the built-in Text-to-Speech engine. Android comes with a built-in text-to-speech engine that is capable of generating high-quality speech. You can use this engine by calling the TextToSpeech class in your app.
  • Use a third-party text-to-speech engine. There are a number of third-party text-to-speech engines available for Android that offer better quality speech than the built-in engine. Some popular third-party engines include:
    • Google Cloud Text-to-Speech
    • Amazon Polly
    • iSpeech
    • Vocalizer
  • Use a custom text-to-speech engine. If you need the highest possible quality speech, you can create your own custom text-to-speech engine. This will require some programming expertise, but it will give you complete control over the quality of the speech.
micmalti commented 3 months ago

Are there any plans to implement such functionality?

jacksonh commented 3 months ago

Yes we will definitely add it to Android, just a very small team

micmalti commented 3 months ago

That's understandable. Kudos for the work that you've put so far into this project. I'm looking forward to the day that I can ditch Pocket completely for Omnivore.

stefanosansone commented 2 months ago

Looking into this now