JarodMica / audiobook_maker

GNU General Public License v3.0
256 stars 43 forks source link

SRT file support requirement #31

Open likangkao opened 9 months ago

likangkao commented 9 months ago

Can you add SRT (SubRip Subtitle) file support in order to output an audio result from tortoise tts by audiobook_maker in sync of the timestamp? You can read the code and get the idea from https://github.com/rany2/edge-srt-to-speech You just add one new option to input srt file, and then base on the timestamp to create the audio files piece by piece by tortoise tts, and then merge them together into one audio file once the job is done. Thank you!