Earlier quoted context omitted.
Yes, true (for now) — which language(s) are you looking for? The APIs I'm using are mostly multilingual so it'd be doable to extend to other languages.
That would be great! Nothing specific, but it would be nice to have feature if ever implemented.
Show HN: ReadToMe (iOS) turns paper books into audio
21–30 of 49 posts
Re: Show HN: ReadToMe (iOS) turns paper books into audio
#22Re: Show HN: ReadToMe (iOS) turns paper books into audio
#23Re: Show HN: ReadToMe (iOS) turns paper books into audio
#24Re: Show HN: ReadToMe (iOS) turns paper books into audio
#25Sounds cool, have you looked into potential copyright issues?
Re: Show HN: ReadToMe (iOS) turns paper books into audio
#26Earlier quoted context omitted.
Yes, their quality is great but the cost is astronomical — I pay about $8 in Azure TTS bills alone for TTS-ing a 500-page book (what you can scan per month with a $10 subscription), whereas Eleven Labs would be about $100 for the same length. I found Azure to be the best bang-for-the-buck, although I'm on the lookout for more affordable high-quality TTS, which would also let me drop the price point of the app.
did you try the openAI pricing? how does it look?
Re: Show HN: ReadToMe (iOS) turns paper books into audio
#27Sounds cool, have you looked into potential copyright issues?
Re: Show HN: ReadToMe (iOS) turns paper books into audio
#28Earlier quoted context omitted.
Why not use Siri / the native TTS solution on iOS?
The native TTS is not great. It doesn't sound like Siri — it's much robotic.
You need the user to download ‘enhanced’ or ‘premium’ voices in the settings app. (Settings -> Accessibility-> Spoken Content -> Voices -> [Language of choice] -> [Voice of choice] -> Enhanced or Premium)
In the app you have to search for the enhanced or premium voices when doing TTS.
Heres an Objective C example, I’m sure there’s an easier way to write it in Swift. https://github.com/osmandapp/OsmAnd-iOS/pull/1156/commits/0b...
I’m not sure if you’ll find this acceptable from a UX point of view but there’s an option to play with if you’d like.
Re: Show HN: ReadToMe (iOS) turns paper books into audio
#29Earlier quoted context omitted.
The native TTS is not great. It doesn't sound like Siri — it's much robotic.
It can sound significantly better but there’s a couple hoops you have to jump through - and even then it’s decent, but not the same as Siri. You need the user to download ‘enhanced’ or ‘premium’ voices in the settings app. (Settings -> Accessibility-> Spoken Content -> Voices -> [Language of choice] -> [Voice of choice] -> Enhanced or Premium) In the app you have to search for the enhanced or premium voices when doin…
Re: Show HN: ReadToMe (iOS) turns paper books into audio
#30Love it! But should be for all languages
All languages will be tough but adding common ones that are already supported by off-the-shelf OCR, TTS, and LLMs is definitely doable; do you have any that you're most keen on?
You might also consider to add a translation option. For example to read a French text which will immediately be translated to English.