Skip to content

Commit

Permalink
praat installation no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
psibre committed Jan 26, 2018
1 parent 2fe8256 commit 04dd160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jdk:
addons:
apt:
packages:
- praat
- sox
- speech-tools

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ A male Scottish English limited-domain unit selection voice for [MaryTTS](http:/

## Prerequisites

You will need to have [Java](https://www.java.com/), [Praat](http://praat.org/), [SoX](http://sox.sourceforge.net/), and the [Edinburgh Speech Tools](http://www.cstr.ed.ac.uk/projects/speech_tools/) installed.
You will need to have [Java](https://www.java.com/), [SoX](http://sox.sourceforge.net/), and the [Edinburgh Speech Tools](http://www.cstr.ed.ac.uk/projects/speech_tools/) installed.
On OSX with [Homebrew](http://brew.sh/), do
```
$ brew cask install java praat
$ brew cask install java
$ brew install sox speech-tools
```
as needed.

On Debian-based Linux (including Ubuntu), do
```
$ sudo apt-get install default-jdk praat sox speech-tools
$ sudo apt-get install default-jdk sox speech-tools
```
accordingly.

Expand Down

0 comments on commit 04dd160

Please sign in to comment.