TSedlar / wavenet-audiobook

Convert text to an audiobook via WaveNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wavenet-audiobook

Convert text to an audiobook via WaveNet

Example setup:

Example of config.json:

{
  "voice_lang": "en-US",
  "voice_name": "en-US-Wavenet-C",
  "voice_rate": "1.15",
  "voice_pitch": "1.60"
}

The config.json file can be in one of two place:

  • The inner directory along with the txt files
  • The parent directory to be used for each individual volume

About

Convert text to an audiobook via WaveNet

License:MIT License


Languages

Language:JavaScript 100.0%