Skip to content

Commit 5726d82

Browse files
first
0 parents  commit 5726d82

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+357
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
output.wav
5+

README.md

Lines changed: 28 additions & 0 deletions

data/pronunciation.csv

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
me, 28 7
2+
i, 12
3+
like, 27 12 26
4+
and, 2 29 21
5+
my, 28 12
6+
name, 29 14 28
7+
is, 6 41
8+
dad, 21 2 21
9+
am, 2 28
10+
the, 38 4
11+
used, 25 11 41 21
12+
own, 15 40 29
13+
voice, 39 16 33
14+
to, 35 11
15+
create, 26 32 7 14 35
16+
concatenative, 26 8 29 26 1 35 6 29 3 35 6 39
17+
speech, 33 31 7 36
18+
synthesis, 33 6 29 37 6 33 6 33
19+
demonstration, 21 3 28 8 29 33 35 32 14 34 6 29

data/voices/steve/00.wav

25 KB
Binary file not shown.

data/voices/steve/01.wav

18.9 KB
Binary file not shown.

data/voices/steve/02.wav

25 KB
Binary file not shown.

data/voices/steve/03.wav

24.5 KB
Binary file not shown.

data/voices/steve/04.wav

24 KB
Binary file not shown.

data/voices/steve/05.wav

31.5 KB
Binary file not shown.

data/voices/steve/06.wav

24.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)