Hacker News new | ask | show | jobs
by striker_axel 2649 days ago
I am building a product on the same. Can you help with your advise?
1 comments

What do you need help on? It's just a few lines of calling the Google TTS API. I can find it when I get off from work.
I am taking the following steps to convert it in audiobook. 1. Split Doc into chapters 2. Feed the chapter into TTS 3. Join the audio chapters into the book.

I working on the solution for 1 and 3. It would be really helpful if you can provide some suggestions for 1 and 3.

Why do you need to split the chapters? And isn't 3 just concatenation of audio files?