Skip to content

Commit

Permalink
use cmu-slt (not cmu-slt-hsmm) for examples in README
Browse files Browse the repository at this point in the history
(makes more sense, since cmu-slt-hsmm is installed by default)
  • Loading branch information
psibre committed Feb 21, 2015
1 parent 3bd9fad commit fe6e04d
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ page](https://github.com/marytts/marytts-installer/releases) (the source code

The MaryTTS Installer can be used on the command line, by changing to the
directory where it was unpacked and running tasks, for example to run
`install:cmu-slt-hsmm`, do:
`install:cmu-slt`, do:

### OSX and Linux

$ ./marytts install:cmu-slt-shmm
$ ./marytts install:cmu-slt

### Windows

> marytts install:cmu-slt-hsmm
> marytts install:cmu-slt

The Installer can also be launched with a Graphical User Interface (GUI) by
adding the `--gui` option:
Expand All @@ -34,37 +34,38 @@ The MaryTTS Installer uses [Gradle](https://gradle.org/), and will first
automatically download it if it isn't already installed.

Before MaryTTS can be used, one or more voices must be installed from the cloud.
This is done by running an `install` task, for example, to install the
`cmu-slt-hsmm` voice, change into the directory where you unpacked the installer
and run
This is done by running an `install` task, for example, to install the `cmu-slt`
voice, change into the directory where you unpacked the installer and run

marytts install:cmu-slt-shmm
marytts install:cmu-slt

## Common tasks
If no voices are installed, the `cmu-slt-hsmm` voice will be installed by
default.

## Common tasks
### Install a voice

marytts install:cmu-slt-hsmm
marytts install:cmu-slt

or

marytts cmu-slt-hsmm:install
marytts cmu-slt:install

or simply

marytts cmu-slt-hsmm
marytts cmu-slt

### List available voices

marytts list

### Show details for an available voice

marytts cmu-slt-hsmm:info
marytts cmu-slt:info

### Uninstall an installed voice

marytts cmu-slt-hsmm:uninstall
marytts cmu-slt:uninstall

Note that this is effectively the same as simply removing the corresponding
voice files from the `installed` directory.
Expand Down Expand Up @@ -126,11 +127,11 @@ It is possible to customize the location of the download cache by running the
`install` tasks with the `--gradle-user-home` (or simply `-g`) parameter; i.e.,
to use some (possibly new) directory named `download` as the download cache, run

marytts --gradle-user-home download install:cmu-slt-hsmm
marytts --gradle-user-home download install:cmu-slt

or simply

marytts -g download cmu-slt-hsmm
marytts -g download cmu-slt

Note that this will also first download Gradle itself into the custom download
cache.

0 comments on commit fe6e04d

Please sign in to comment.