Audiobooks | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Audiobooks

I am a huge fan of audiobooks since they make my daily routine much more interesting filling it with fiction. Recently I wanted to listen to something useful. Not so long ago I downloaded a Java book. Obviously I want to listen to it because it's big and boring. --- Here come the problems: 1. How should I convert text to audio? Mb some programs, databases? I know only google translate:) 2. Google dont precisely voice the symbols. That's crucial for coding. I'm longing for your suggestions and opinions.

27th Apr 2017, 4:47 PM
Alex Snaidars
Alex Snaidars - avatar
4 Answers
+ 6
Convert text to audio in android is possible through android API, so you can implement it ( relatively ) easily ;) Probably iOS provide also such API... however, text to speech libraries for other devices ( mainly computers ) are more hardiest to find ( at least in my natural language: maybe english is more common for that kind of purpose :P )
27th Apr 2017, 5:19 PM
visph
visph - avatar
+ 4
Google "text to speech android api" return lot of results; among what this techical thread in stackoverflow: http://stackoverflow.com/questions/3058919/text-to-speechtts-android ;)
28th Apr 2017, 2:12 AM
visph
visph - avatar
0
Probably it's a decent idea for an Android app. Book (text) converting to shitty, but still, audiobook.
27th Apr 2017, 4:49 PM
Alex Snaidars
Alex Snaidars - avatar
0
@visph Please give some keywords for me to search the programs and libraries
27th Apr 2017, 8:26 PM
Alex Snaidars
Alex Snaidars - avatar