Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jegp/iamyourfather
I am your father
https://github.com/jegp/iamyourfather
Last synced: 11 days ago
JSON representation
I am your father
- Host: GitHub
- URL: https://github.com/jegp/iamyourfather
- Owner: Jegp
- Created: 2017-02-20T13:59:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T13:24:04.000Z (almost 8 years ago)
- Last Synced: 2024-10-28T12:58:50.406Z (about 2 months ago)
- Language: Shell
- Size: 11.1 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Language Processing 2 | Group 3
## *chomsky* TTS##### TL; DR
> ssh [email protected] [...]
$ git clone (this repo)
$ cd iamyourfather/chomsky
$ ./run.sh##### Project structure
.
├── cmu.txt # Diphones and spoken phrases for each pair
├── dict.txt # The diphone dict as described in the manual
├── jens.wav # Diphone arriers
├── sotiris.wav # Reference pronunciation
├── measure_pitch # --------------
├── praat # PROVIDED FILES
├── F0INT_LangProc2.psc # --------------
└── README.md##### Diphone dictionary
The diphone dictionary should specify the timepoints in the carrier file
that the appropriate diphones are located.Example structure:
ay-t jens.wav 1.33 1.43 1.68
t-iy jens.wav 2.53 2.63 2.88
iy-ay jens.wav 3.33 3.62 4.11
...