Skip to content

Festival-based scripts for converting text into mp3s for listening on an ipod or phone. Mostly used for going over sims in online PBEM games but can be used for anything. This project converts the tool to use Docker.

Notifications You must be signed in to change notification settings

kevinvandenbreemen/ttsScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TTS Tool

How to Use

Be sure you have Docker installed!

First run the setup script:

./setup.sh

Next you can run the tool by running the doIt.sh script. The result of theconversion will be stored to the data directory.

doIt.sh /path/to/myFile

The tool will generate an mp3 file called data/toConvert.mp3 in the directory of this project.

Future Changes

At the moment maintaining this script and prettying it up isn't a huge priority. However I do have a few mods I'd love to make to it.

  1. Ability to run this from any directory (right now you need to run it inside the same directory as the Dockerfile)
  2. Rename and move the output file to directory from which user called the script

Background

I wrote this dockerized version after I discovered that Festival (the text2wave command in particular) seemed to crash a lot on newer versions of Ubuntu.

About

Festival-based scripts for converting text into mp3s for listening on an ipod or phone. Mostly used for going over sims in online PBEM games but can be used for anything. This project converts the tool to use Docker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published