Hacker News new | ask | show | jobs
by ipsum2 2649 days ago
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.
1 comments

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?