-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
* | ||
!.gitignore | ||
!*.gz | ||
!*.gz | ||
!*.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## For windows users: | ||
- unzip the "eSpeak NG.tar.gz" file to this folder | ||
- Your dist folder should look like the following Project tree | ||
|
||
** Project tree ** | ||
. | ||
├── eSpeak NG | ||
│ ├── espeak-ng-data | ||
│ ├── espeak-ng.exe | ||
│ └── libespeak-ng.dll | ||
├── .gitignore | ||
├── eSpeak NG.tar.gz | ||
└── README.md | ||
|
||
1 directory, 3 files | ||
|
||
## For Ubuntu users: | ||
- install the following: `apt update && apt install -y -qq ffmpeg espeak` |