Giter VIP home page Giter VIP logo

tjoen / tts-tutorial Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mjansche/tts-tutorial

0.0 2.0 0.0 6.83 MB

Text-to-Speech tutorial at SLTU 2016

License: Apache License 2.0

Makefile 13.12% Shell 7.64% HTML 0.02% TeX 0.14% Scheme 15.97% C 8.01% Perl 0.04% Emacs Lisp 0.14% C++ 51.69% Objective-C 0.03% Java 2.72% Python 0.21% M4 0.03% Awk 0.01% XSLT 0.01% Perl 6 0.03% Yacc 0.16% Vim Script 0.03%

tts-tutorial's Introduction

tts-tutorial

Software for the Text-to-Speech tutorial at SLTU 2016. Examples of how to use some of these tools can be found in the Lab Session section of the slide deck for the tutorial.

The Dockerfile here is used to automatically build the image mjansche/tts-tutorial and as a basis for the larger image mjansche/tts-tutorial-sltu2016 on Docker Hub.

It is based on Ubuntu 16.04 LTS ("Xenial Xerus") and contains the following software:

To use this Docker image, you need to have a working version of Docker; on Windows and Mac OS you will also need a way to run a Linux kernel in a virtual machine. Visit docs.docker.com and follow the "Get Started" instructions for your platform.

Minimally you want to be able to run the official Ubuntu image, like this:

docker run --rm -it ubuntu:xenial /bin/bash

Once that is working you can try out synthesizing with Festival's KAL diphone voice:

echo Hello world |
docker run --rm -i mjansche/tts-tutorial-sltu2016 festival/bin/text2wave \
  > hello.wav

On many versions of GNU/Linux, the following also works:

echo Hello world |
docker run --rm -i mjansche/tts-tutorial-sltu2016 festival/bin/text2wave |
aplay

The software shipped with this image can also be used to build a new voice from scratch. This will be covered during the tutorial at SLTU.

tts-tutorial's People

Contributors

mjansche avatar

Watchers

James Cloos avatar Theun Kohlbeck avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.