diff --git a/.gitignore b/.gitignore index 6310f74..af08bc6 100644 --- a/.gitignore +++ b/.gitignore @@ -34,23 +34,10 @@ ENV/ # Project specific # Model files -*.pt + *.pth *.tar* -# Voice files -api/src/voices/af_bella.pt -api/src/voices/af_nicole.pt -api/src/voices/af_sarah.pt -api/src/voices/af_sky.pt -api/src/voices/af.pt -api/src/voices/am_adam.pt -api/src/voices/am_michael.pt -api/src/voices/bf_emma.pt -api/src/voices/bf_isabella.pt -api/src/voices/bm_george.pt -api/src/voices/bm_lewis.pt - # Audio files examples/*.wav examples/*.pcm diff --git a/api/src/voices/af.pt b/api/src/voices/af.pt new file mode 100644 index 0000000..c737393 Binary files /dev/null and b/api/src/voices/af.pt differ diff --git a/api/src/voices/af_bella.pt b/api/src/voices/af_bella.pt new file mode 100644 index 0000000..83f79c2 Binary files /dev/null and b/api/src/voices/af_bella.pt differ diff --git a/api/src/voices/af_nicole.pt b/api/src/voices/af_nicole.pt new file mode 100644 index 0000000..c218f7d Binary files /dev/null and b/api/src/voices/af_nicole.pt differ diff --git a/api/src/voices/af_sarah.pt b/api/src/voices/af_sarah.pt new file mode 100644 index 0000000..57ae574 Binary files /dev/null and b/api/src/voices/af_sarah.pt differ diff --git a/api/src/voices/af_sky.pt b/api/src/voices/af_sky.pt new file mode 100644 index 0000000..d86ae26 Binary files /dev/null and b/api/src/voices/af_sky.pt differ diff --git a/api/src/voices/am_adam.pt b/api/src/voices/am_adam.pt new file mode 100644 index 0000000..16b8f95 Binary files /dev/null and b/api/src/voices/am_adam.pt differ diff --git a/api/src/voices/am_michael.pt b/api/src/voices/am_michael.pt new file mode 100644 index 0000000..ff1382f Binary files /dev/null and b/api/src/voices/am_michael.pt differ diff --git a/api/src/voices/bf_emma.pt b/api/src/voices/bf_emma.pt new file mode 100644 index 0000000..7b3eece Binary files /dev/null and b/api/src/voices/bf_emma.pt differ diff --git a/api/src/voices/bf_isabella.pt b/api/src/voices/bf_isabella.pt new file mode 100644 index 0000000..ebf95a5 Binary files /dev/null and b/api/src/voices/bf_isabella.pt differ diff --git a/api/src/voices/bm_george.pt b/api/src/voices/bm_george.pt new file mode 100644 index 0000000..3f8d049 Binary files /dev/null and b/api/src/voices/bm_george.pt differ diff --git a/api/src/voices/bm_lewis.pt b/api/src/voices/bm_lewis.pt new file mode 100644 index 0000000..d1e36fa Binary files /dev/null and b/api/src/voices/bm_lewis.pt differ