diff --git a/README.md b/README.md index cabf457..15f8d32 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,13 @@ these settings (and it's very likely that I missed something!) These settings are not available in the normal scripts packaged with Tortoise. They are available, however, in the API. See ```api.tts``` for a full list. +### Prompt engineering + +Some people have discovered that it is possible to do prompt engineering with Tortoise! For example, you can evoke emotion +by including things like "I am really sad," before your text. I've built an automated redaction system that you can use to +take advantage of this. It works by attempting to redact any text in the prompt surrounded by brackets. For example, the +prompt "\[I am really sad,\] Please feed me." will only speak the words "Please feed me" (with a sad tonality). + ### Playing with the voice latent Tortoise ingests reference clips by feeding them through individually through a small submodel that produces a point latent, diff --git a/examples/favorite_riding_hood.mp3 b/examples/favorite_riding_hood.mp3 new file mode 100644 index 0000000..aa1f3de Binary files /dev/null and b/examples/favorite_riding_hood.mp3 differ diff --git a/examples/favorites/atkins_mha.mp3 b/examples/favorites/atkins_mha.mp3 new file mode 100644 index 0000000..63c2eb9 Binary files /dev/null and b/examples/favorites/atkins_mha.mp3 differ diff --git a/examples/favorites/atkins_omicron.mp3 b/examples/favorites/atkins_omicron.mp3 new file mode 100644 index 0000000..f105eb0 Binary files /dev/null and b/examples/favorites/atkins_omicron.mp3 differ diff --git a/examples/favorites/atkins_value.mp3 b/examples/favorites/atkins_value.mp3 new file mode 100644 index 0000000..a7ae9ee Binary files /dev/null and b/examples/favorites/atkins_value.mp3 differ diff --git a/examples/favorites/daniel_craig_dumbledore.mp3 b/examples/favorites/daniel_craig_dumbledore.mp3 new file mode 100644 index 0000000..3429af9 Binary files /dev/null and b/examples/favorites/daniel_craig_dumbledore.mp3 differ diff --git a/examples/favorites/daniel_craig_training_ethics.mp3 b/examples/favorites/daniel_craig_training_ethics.mp3 new file mode 100644 index 0000000..2fa81b2 Binary files /dev/null and b/examples/favorites/daniel_craig_training_ethics.mp3 differ diff --git a/examples/favorites/dotrice_stop_for_death.mp3 b/examples/favorites/dotrice_stop_for_death.mp3 new file mode 100644 index 0000000..02a13fe Binary files /dev/null and b/examples/favorites/dotrice_stop_for_death.mp3 differ diff --git a/examples/favorites/emma_stone_courage.mp3 b/examples/favorites/emma_stone_courage.mp3 new file mode 100644 index 0000000..5b86d18 Binary files /dev/null and b/examples/favorites/emma_stone_courage.mp3 differ diff --git a/examples/favorites/emma_stone_training_ethics.mp3 b/examples/favorites/emma_stone_training_ethics.mp3 new file mode 100644 index 0000000..ef74dda Binary files /dev/null and b/examples/favorites/emma_stone_training_ethics.mp3 differ diff --git a/examples/favorites/halle_barry_dumbledore.mp3 b/examples/favorites/halle_barry_dumbledore.mp3 new file mode 100644 index 0000000..1587002 Binary files /dev/null and b/examples/favorites/halle_barry_dumbledore.mp3 differ diff --git a/examples/favorites/halle_barry_oar_to_oar.mp3 b/examples/favorites/halle_barry_oar_to_oar.mp3 new file mode 100644 index 0000000..d8c43a5 Binary files /dev/null and b/examples/favorites/halle_barry_oar_to_oar.mp3 differ diff --git a/examples/favorites/henry_cavill_metallic_hydrogen.mp3 b/examples/favorites/henry_cavill_metallic_hydrogen.mp3 new file mode 100644 index 0000000..545aa54 Binary files /dev/null and b/examples/favorites/henry_cavill_metallic_hydrogen.mp3 differ diff --git a/examples/favorites/kennard_road_not_taken.mp3 b/examples/favorites/kennard_road_not_taken.mp3 new file mode 100644 index 0000000..449cacc Binary files /dev/null and b/examples/favorites/kennard_road_not_taken.mp3 differ diff --git a/examples/favorites/morgan_freeman_metallic_hydrogen.mp3 b/examples/favorites/morgan_freeman_metallic_hydrogen.mp3 new file mode 100644 index 0000000..2217e73 Binary files /dev/null and b/examples/favorites/morgan_freeman_metallic_hydrogen.mp3 differ diff --git a/examples/favorites/myself_gatsby.mp3 b/examples/favorites/myself_gatsby.mp3 new file mode 100644 index 0000000..cedc6e1 Binary files /dev/null and b/examples/favorites/myself_gatsby.mp3 differ diff --git a/examples/favorites/patrick_stewart_omicron.mp3 b/examples/favorites/patrick_stewart_omicron.mp3 new file mode 100644 index 0000000..f3cd724 Binary files /dev/null and b/examples/favorites/patrick_stewart_omicron.mp3 differ diff --git a/examples/favorites/patrick_stewart_secret_of_life.mp3 b/examples/favorites/patrick_stewart_secret_of_life.mp3 new file mode 100644 index 0000000..1e073bd Binary files /dev/null and b/examples/favorites/patrick_stewart_secret_of_life.mp3 differ diff --git a/examples/favorites/robert_deniro_review.mp3 b/examples/favorites/robert_deniro_review.mp3 new file mode 100644 index 0000000..5c1a896 Binary files /dev/null and b/examples/favorites/robert_deniro_review.mp3 differ diff --git a/examples/favorites/william_shatner_spacecraft_interview.mp3 b/examples/favorites/william_shatner_spacecraft_interview.mp3 new file mode 100644 index 0000000..cdd7e07 Binary files /dev/null and b/examples/favorites/william_shatner_spacecraft_interview.mp3 differ diff --git a/examples/riding_hood/angelina.mp3 b/examples/riding_hood/angelina.mp3 new file mode 100644 index 0000000..2de43ac Binary files /dev/null and b/examples/riding_hood/angelina.mp3 differ diff --git a/examples/riding_hood/craig.mp3 b/examples/riding_hood/craig.mp3 new file mode 100644 index 0000000..adce494 Binary files /dev/null and b/examples/riding_hood/craig.mp3 differ diff --git a/examples/riding_hood/deniro.mp3 b/examples/riding_hood/deniro.mp3 new file mode 100644 index 0000000..a425795 Binary files /dev/null and b/examples/riding_hood/deniro.mp3 differ diff --git a/examples/riding_hood/emma.mp3 b/examples/riding_hood/emma.mp3 new file mode 100644 index 0000000..d2ddaf3 Binary files /dev/null and b/examples/riding_hood/emma.mp3 differ diff --git a/examples/riding_hood/freeman.mp3 b/examples/riding_hood/freeman.mp3 new file mode 100644 index 0000000..c0268d1 Binary files /dev/null and b/examples/riding_hood/freeman.mp3 differ diff --git a/examples/riding_hood/geralt.mp3 b/examples/riding_hood/geralt.mp3 new file mode 100644 index 0000000..101faaa Binary files /dev/null and b/examples/riding_hood/geralt.mp3 differ diff --git a/examples/riding_hood/halle.mp3 b/examples/riding_hood/halle.mp3 new file mode 100644 index 0000000..b2dca28 Binary files /dev/null and b/examples/riding_hood/halle.mp3 differ diff --git a/examples/riding_hood/jlaw.mp3 b/examples/riding_hood/jlaw.mp3 new file mode 100644 index 0000000..08e40d1 Binary files /dev/null and b/examples/riding_hood/jlaw.mp3 differ diff --git a/examples/riding_hood/lj.mp3 b/examples/riding_hood/lj.mp3 new file mode 100644 index 0000000..f6082dd Binary files /dev/null and b/examples/riding_hood/lj.mp3 differ diff --git a/examples/riding_hood/myself.mp3 b/examples/riding_hood/myself.mp3 new file mode 100644 index 0000000..b5ec476 Binary files /dev/null and b/examples/riding_hood/myself.mp3 differ diff --git a/examples/riding_hood/pat.mp3 b/examples/riding_hood/pat.mp3 new file mode 100644 index 0000000..736a9d0 Binary files /dev/null and b/examples/riding_hood/pat.mp3 differ diff --git a/examples/riding_hood/snakes.mp3 b/examples/riding_hood/snakes.mp3 new file mode 100644 index 0000000..b70f101 Binary files /dev/null and b/examples/riding_hood/snakes.mp3 differ diff --git a/examples/riding_hood/tom.mp3 b/examples/riding_hood/tom.mp3 new file mode 100644 index 0000000..0727a55 Binary files /dev/null and b/examples/riding_hood/tom.mp3 differ diff --git a/examples/riding_hood/weaver.mp3 b/examples/riding_hood/weaver.mp3 new file mode 100644 index 0000000..adfc322 Binary files /dev/null and b/examples/riding_hood/weaver.mp3 differ diff --git a/examples/riding_hood/william.mp3 b/examples/riding_hood/william.mp3 new file mode 100644 index 0000000..5dd86ba Binary files /dev/null and b/examples/riding_hood/william.mp3 differ diff --git a/examples/tacotron_comparison/2-tacotron2.mp3 b/examples/tacotron_comparison/2-tacotron2.mp3 new file mode 100644 index 0000000..161f385 Binary files /dev/null and b/examples/tacotron_comparison/2-tacotron2.mp3 differ diff --git a/examples/tacotron_comparison/2-tortoise.mp3 b/examples/tacotron_comparison/2-tortoise.mp3 new file mode 100644 index 0000000..18cfbd7 Binary files /dev/null and b/examples/tacotron_comparison/2-tortoise.mp3 differ diff --git a/examples/tacotron_comparison/3-tacotron2.mp3 b/examples/tacotron_comparison/3-tacotron2.mp3 new file mode 100644 index 0000000..3cd6ed8 Binary files /dev/null and b/examples/tacotron_comparison/3-tacotron2.mp3 differ diff --git a/examples/tacotron_comparison/3-tortoise.mp3 b/examples/tacotron_comparison/3-tortoise.mp3 new file mode 100644 index 0000000..73d70d2 Binary files /dev/null and b/examples/tacotron_comparison/3-tortoise.mp3 differ diff --git a/examples/tacotron_comparison/4-tacotron2.mp3 b/examples/tacotron_comparison/4-tacotron2.mp3 new file mode 100644 index 0000000..b4d5cd3 Binary files /dev/null and b/examples/tacotron_comparison/4-tacotron2.mp3 differ diff --git a/examples/tacotron_comparison/4-tortoise.mp3 b/examples/tacotron_comparison/4-tortoise.mp3 new file mode 100644 index 0000000..d8632ae Binary files /dev/null and b/examples/tacotron_comparison/4-tortoise.mp3 differ diff --git a/examples/various/autoregressive_ml/angie.mp3 b/examples/various/autoregressive_ml/angie.mp3 new file mode 100644 index 0000000..06896eb Binary files /dev/null and b/examples/various/autoregressive_ml/angie.mp3 differ diff --git a/examples/various/autoregressive_ml/daniel.mp3 b/examples/various/autoregressive_ml/daniel.mp3 new file mode 100644 index 0000000..debb102 Binary files /dev/null and b/examples/various/autoregressive_ml/daniel.mp3 differ diff --git a/examples/various/autoregressive_ml/deniro.mp3 b/examples/various/autoregressive_ml/deniro.mp3 new file mode 100644 index 0000000..656e889 Binary files /dev/null and b/examples/various/autoregressive_ml/deniro.mp3 differ diff --git a/examples/various/autoregressive_ml/emma.mp3 b/examples/various/autoregressive_ml/emma.mp3 new file mode 100644 index 0000000..19972c8 Binary files /dev/null and b/examples/various/autoregressive_ml/emma.mp3 differ diff --git a/examples/various/autoregressive_ml/freeman.mp3 b/examples/various/autoregressive_ml/freeman.mp3 new file mode 100644 index 0000000..86c8fcb Binary files /dev/null and b/examples/various/autoregressive_ml/freeman.mp3 differ diff --git a/examples/various/autoregressive_ml/geralt.mp3 b/examples/various/autoregressive_ml/geralt.mp3 new file mode 100644 index 0000000..427c340 Binary files /dev/null and b/examples/various/autoregressive_ml/geralt.mp3 differ diff --git a/examples/various/autoregressive_ml/grace_train.mp3 b/examples/various/autoregressive_ml/grace_train.mp3 new file mode 100644 index 0000000..ed4c391 Binary files /dev/null and b/examples/various/autoregressive_ml/grace_train.mp3 differ diff --git a/examples/various/autoregressive_ml/halle.mp3 b/examples/various/autoregressive_ml/halle.mp3 new file mode 100644 index 0000000..0905d86 Binary files /dev/null and b/examples/various/autoregressive_ml/halle.mp3 differ diff --git a/examples/various/autoregressive_ml/jlaw.mp3 b/examples/various/autoregressive_ml/jlaw.mp3 new file mode 100644 index 0000000..42dcb0b Binary files /dev/null and b/examples/various/autoregressive_ml/jlaw.mp3 differ diff --git a/examples/various/autoregressive_ml/lj.mp3 b/examples/various/autoregressive_ml/lj.mp3 new file mode 100644 index 0000000..2de8793 Binary files /dev/null and b/examples/various/autoregressive_ml/lj.mp3 differ diff --git a/examples/various/autoregressive_ml/myself.mp3 b/examples/various/autoregressive_ml/myself.mp3 new file mode 100644 index 0000000..8819c19 Binary files /dev/null and b/examples/various/autoregressive_ml/myself.mp3 differ diff --git a/examples/various/autoregressive_ml/pat.mp3 b/examples/various/autoregressive_ml/pat.mp3 new file mode 100644 index 0000000..348955d Binary files /dev/null and b/examples/various/autoregressive_ml/pat.mp3 differ diff --git a/examples/various/autoregressive_ml/snakes.mp3 b/examples/various/autoregressive_ml/snakes.mp3 new file mode 100644 index 0000000..59efab9 Binary files /dev/null and b/examples/various/autoregressive_ml/snakes.mp3 differ diff --git a/examples/various/autoregressive_ml/tom.mp3 b/examples/various/autoregressive_ml/tom.mp3 new file mode 100644 index 0000000..3d93569 Binary files /dev/null and b/examples/various/autoregressive_ml/tom.mp3 differ diff --git a/examples/various/autoregressive_ml/train_atkins.mp3 b/examples/various/autoregressive_ml/train_atkins.mp3 new file mode 100644 index 0000000..63c2eb9 Binary files /dev/null and b/examples/various/autoregressive_ml/train_atkins.mp3 differ diff --git a/examples/various/autoregressive_ml/train_dotrice.mp3 b/examples/various/autoregressive_ml/train_dotrice.mp3 new file mode 100644 index 0000000..8585635 Binary files /dev/null and b/examples/various/autoregressive_ml/train_dotrice.mp3 differ diff --git a/examples/various/autoregressive_ml/train_kennard.mp3 b/examples/various/autoregressive_ml/train_kennard.mp3 new file mode 100644 index 0000000..6d2b92c Binary files /dev/null and b/examples/various/autoregressive_ml/train_kennard.mp3 differ diff --git a/examples/various/autoregressive_ml/weaver.mp3 b/examples/various/autoregressive_ml/weaver.mp3 new file mode 100644 index 0000000..daf45f7 Binary files /dev/null and b/examples/various/autoregressive_ml/weaver.mp3 differ diff --git a/examples/various/autoregressive_ml/william.mp3 b/examples/various/autoregressive_ml/william.mp3 new file mode 100644 index 0000000..0af2fd8 Binary files /dev/null and b/examples/various/autoregressive_ml/william.mp3 differ diff --git a/examples/various/bengio_it_needs_to_know_what_is_bad/angie.mp3 b/examples/various/bengio_it_needs_to_know_what_is_bad/angie.mp3 new file mode 100644 index 0000000..68f5eea Binary files /dev/null and b/examples/various/bengio_it_needs_to_know_what_is_bad/angie.mp3 differ diff --git a/examples/various/bengio_it_needs_to_know_what_is_bad/daniel.mp3 b/examples/various/bengio_it_needs_to_know_what_is_bad/daniel.mp3 new file mode 100644 index 0000000..2fa81b2 Binary files /dev/null and b/examples/various/bengio_it_needs_to_know_what_is_bad/daniel.mp3 differ diff --git a/examples/various/bengio_it_needs_to_know_what_is_bad/deniro.mp3 b/examples/various/bengio_it_needs_to_know_what_is_bad/deniro.mp3 new file mode 100644 index 0000000..30a4ee9 Binary files /dev/null and b/examples/various/bengio_it_needs_to_know_what_is_bad/deniro.mp3 differ diff --git a/examples/various/bengio_it_needs_to_know_what_is_bad/emma.mp3 b/examples/various/bengio_it_needs_to_know_what_is_bad/emma.mp3 new file mode 100644 index 0000000..ef74dda Binary files /dev/null and b/examples/various/bengio_it_needs_to_know_what_is_bad/emma.mp3 differ diff --git a/examples/various/bengio_it_needs_to_know_what_is_bad/freeman.mp3 b/examples/various/bengio_it_needs_to_know_what_is_bad/freeman.mp3 new file mode 100644 index 0000000..e9ad46c Binary files /dev/null and b/examples/various/bengio_it_needs_to_know_what_is_bad/freeman.mp3 differ diff --git a/examples/various/bengio_it_needs_to_know_what_is_bad/geralt.mp3 b/examples/various/bengio_it_needs_to_know_what_is_bad/geralt.mp3 new file mode 100644 index 0000000..ea327a0 Binary files /dev/null and b/examples/various/bengio_it_needs_to_know_what_is_bad/geralt.mp3 differ diff --git a/examples/various/bengio_it_needs_to_know_what_is_bad/grace_train.mp3 b/examples/various/bengio_it_needs_to_know_what_is_bad/grace_train.mp3 new file mode 100644 index 0000000..3f23452 Binary files /dev/null and b/examples/various/bengio_it_needs_to_know_what_is_bad/grace_train.mp3 differ diff --git a/examples/various/bengio_it_needs_to_know_what_is_bad/halle.mp3 b/examples/various/bengio_it_needs_to_know_what_is_bad/halle.mp3 new file mode 100644 index 0000000..9572c59 Binary files /dev/null and b/examples/various/bengio_it_needs_to_know_what_is_bad/halle.mp3 differ diff --git a/examples/various/bengio_it_needs_to_know_what_is_bad/jlaw.mp3 b/examples/various/bengio_it_needs_to_know_what_is_bad/jlaw.mp3 new file mode 100644 index 0000000..1f424f9 Binary files /dev/null and b/examples/various/bengio_it_needs_to_know_what_is_bad/jlaw.mp3 differ diff --git a/examples/various/bengio_it_needs_to_know_what_is_bad/lj.mp3 b/examples/various/bengio_it_needs_to_know_what_is_bad/lj.mp3 new file mode 100644 index 0000000..912951a Binary files /dev/null and b/examples/various/bengio_it_needs_to_know_what_is_bad/lj.mp3 differ diff --git a/examples/various/bengio_it_needs_to_know_what_is_bad/myself.mp3 b/examples/various/bengio_it_needs_to_know_what_is_bad/myself.mp3 new file mode 100644 index 0000000..c7ae71b Binary files /dev/null and b/examples/various/bengio_it_needs_to_know_what_is_bad/myself.mp3 differ diff --git a/examples/various/bengio_it_needs_to_know_what_is_bad/pat.mp3 b/examples/various/bengio_it_needs_to_know_what_is_bad/pat.mp3 new file mode 100644 index 0000000..181f1f3 Binary files /dev/null and b/examples/various/bengio_it_needs_to_know_what_is_bad/pat.mp3 differ diff --git a/examples/various/bengio_it_needs_to_know_what_is_bad/snakes.mp3 b/examples/various/bengio_it_needs_to_know_what_is_bad/snakes.mp3 new file mode 100644 index 0000000..9382d9a Binary files /dev/null and b/examples/various/bengio_it_needs_to_know_what_is_bad/snakes.mp3 differ diff --git a/examples/various/bengio_it_needs_to_know_what_is_bad/tom.mp3 b/examples/various/bengio_it_needs_to_know_what_is_bad/tom.mp3 new file mode 100644 index 0000000..13e886d Binary files /dev/null and b/examples/various/bengio_it_needs_to_know_what_is_bad/tom.mp3 differ diff --git a/examples/various/bengio_it_needs_to_know_what_is_bad/train_atkins.mp3 b/examples/various/bengio_it_needs_to_know_what_is_bad/train_atkins.mp3 new file mode 100644 index 0000000..7fb8c98 Binary files /dev/null and b/examples/various/bengio_it_needs_to_know_what_is_bad/train_atkins.mp3 differ diff --git a/examples/various/bengio_it_needs_to_know_what_is_bad/train_dotrice.mp3 b/examples/various/bengio_it_needs_to_know_what_is_bad/train_dotrice.mp3 new file mode 100644 index 0000000..5a52854 Binary files /dev/null and b/examples/various/bengio_it_needs_to_know_what_is_bad/train_dotrice.mp3 differ diff --git a/examples/various/bengio_it_needs_to_know_what_is_bad/train_kennard.mp3 b/examples/various/bengio_it_needs_to_know_what_is_bad/train_kennard.mp3 new file mode 100644 index 0000000..2015aec Binary files /dev/null and b/examples/various/bengio_it_needs_to_know_what_is_bad/train_kennard.mp3 differ diff --git a/examples/various/bengio_it_needs_to_know_what_is_bad/weaver.mp3 b/examples/various/bengio_it_needs_to_know_what_is_bad/weaver.mp3 new file mode 100644 index 0000000..85d18da Binary files /dev/null and b/examples/various/bengio_it_needs_to_know_what_is_bad/weaver.mp3 differ diff --git a/examples/various/bengio_it_needs_to_know_what_is_bad/william.mp3 b/examples/various/bengio_it_needs_to_know_what_is_bad/william.mp3 new file mode 100644 index 0000000..ab5c04c Binary files /dev/null and b/examples/various/bengio_it_needs_to_know_what_is_bad/william.mp3 differ diff --git a/examples/various/dickinson_stop_for_death/angie.mp3 b/examples/various/dickinson_stop_for_death/angie.mp3 new file mode 100644 index 0000000..0524ee2 Binary files /dev/null and b/examples/various/dickinson_stop_for_death/angie.mp3 differ diff --git a/examples/various/dickinson_stop_for_death/daniel.mp3 b/examples/various/dickinson_stop_for_death/daniel.mp3 new file mode 100644 index 0000000..55bca8f Binary files /dev/null and b/examples/various/dickinson_stop_for_death/daniel.mp3 differ diff --git a/examples/various/dickinson_stop_for_death/deniro.mp3 b/examples/various/dickinson_stop_for_death/deniro.mp3 new file mode 100644 index 0000000..b4aa9f5 Binary files /dev/null and b/examples/various/dickinson_stop_for_death/deniro.mp3 differ diff --git a/examples/various/dickinson_stop_for_death/emma.mp3 b/examples/various/dickinson_stop_for_death/emma.mp3 new file mode 100644 index 0000000..6d59d32 Binary files /dev/null and b/examples/various/dickinson_stop_for_death/emma.mp3 differ diff --git a/examples/various/dickinson_stop_for_death/freeman.mp3 b/examples/various/dickinson_stop_for_death/freeman.mp3 new file mode 100644 index 0000000..3c78a49 Binary files /dev/null and b/examples/various/dickinson_stop_for_death/freeman.mp3 differ diff --git a/examples/various/dickinson_stop_for_death/geralt.mp3 b/examples/various/dickinson_stop_for_death/geralt.mp3 new file mode 100644 index 0000000..91bd5d7 Binary files /dev/null and b/examples/various/dickinson_stop_for_death/geralt.mp3 differ diff --git a/examples/various/dickinson_stop_for_death/grace_train.mp3 b/examples/various/dickinson_stop_for_death/grace_train.mp3 new file mode 100644 index 0000000..7b0e7dc Binary files /dev/null and b/examples/various/dickinson_stop_for_death/grace_train.mp3 differ diff --git a/examples/various/dickinson_stop_for_death/halle.mp3 b/examples/various/dickinson_stop_for_death/halle.mp3 new file mode 100644 index 0000000..0f4dd03 Binary files /dev/null and b/examples/various/dickinson_stop_for_death/halle.mp3 differ diff --git a/examples/various/dickinson_stop_for_death/jlaw.mp3 b/examples/various/dickinson_stop_for_death/jlaw.mp3 new file mode 100644 index 0000000..4bbeb32 Binary files /dev/null and b/examples/various/dickinson_stop_for_death/jlaw.mp3 differ diff --git a/examples/various/dickinson_stop_for_death/lj.mp3 b/examples/various/dickinson_stop_for_death/lj.mp3 new file mode 100644 index 0000000..74a1586 Binary files /dev/null and b/examples/various/dickinson_stop_for_death/lj.mp3 differ diff --git a/examples/various/dickinson_stop_for_death/myself.mp3 b/examples/various/dickinson_stop_for_death/myself.mp3 new file mode 100644 index 0000000..a7a4438 Binary files /dev/null and b/examples/various/dickinson_stop_for_death/myself.mp3 differ diff --git a/examples/various/dickinson_stop_for_death/pat.mp3 b/examples/various/dickinson_stop_for_death/pat.mp3 new file mode 100644 index 0000000..c50b912 Binary files /dev/null and b/examples/various/dickinson_stop_for_death/pat.mp3 differ diff --git a/examples/various/dickinson_stop_for_death/snakes.mp3 b/examples/various/dickinson_stop_for_death/snakes.mp3 new file mode 100644 index 0000000..f6e2bfe Binary files /dev/null and b/examples/various/dickinson_stop_for_death/snakes.mp3 differ diff --git a/examples/various/dickinson_stop_for_death/tom.mp3 b/examples/various/dickinson_stop_for_death/tom.mp3 new file mode 100644 index 0000000..8baa5bc Binary files /dev/null and b/examples/various/dickinson_stop_for_death/tom.mp3 differ diff --git a/examples/various/dickinson_stop_for_death/train_atkins.mp3 b/examples/various/dickinson_stop_for_death/train_atkins.mp3 new file mode 100644 index 0000000..4c85f7c Binary files /dev/null and b/examples/various/dickinson_stop_for_death/train_atkins.mp3 differ diff --git a/examples/various/dickinson_stop_for_death/train_dotrice.mp3 b/examples/various/dickinson_stop_for_death/train_dotrice.mp3 new file mode 100644 index 0000000..02a13fe Binary files /dev/null and b/examples/various/dickinson_stop_for_death/train_dotrice.mp3 differ diff --git a/examples/various/dickinson_stop_for_death/train_kennard.mp3 b/examples/various/dickinson_stop_for_death/train_kennard.mp3 new file mode 100644 index 0000000..b7f7c82 Binary files /dev/null and b/examples/various/dickinson_stop_for_death/train_kennard.mp3 differ diff --git a/examples/various/dickinson_stop_for_death/weaver.mp3 b/examples/various/dickinson_stop_for_death/weaver.mp3 new file mode 100644 index 0000000..db74c78 Binary files /dev/null and b/examples/various/dickinson_stop_for_death/weaver.mp3 differ diff --git a/examples/various/dickinson_stop_for_death/william.mp3 b/examples/various/dickinson_stop_for_death/william.mp3 new file mode 100644 index 0000000..9a19e01 Binary files /dev/null and b/examples/various/dickinson_stop_for_death/william.mp3 differ diff --git a/examples/various/espn_basketball/angie.mp3 b/examples/various/espn_basketball/angie.mp3 new file mode 100644 index 0000000..9734e5d Binary files /dev/null and b/examples/various/espn_basketball/angie.mp3 differ diff --git a/examples/various/espn_basketball/daniel.mp3 b/examples/various/espn_basketball/daniel.mp3 new file mode 100644 index 0000000..e2a3e70 Binary files /dev/null and b/examples/various/espn_basketball/daniel.mp3 differ diff --git a/examples/various/espn_basketball/deniro.mp3 b/examples/various/espn_basketball/deniro.mp3 new file mode 100644 index 0000000..c36bd7b Binary files /dev/null and b/examples/various/espn_basketball/deniro.mp3 differ diff --git a/examples/various/espn_basketball/emma.mp3 b/examples/various/espn_basketball/emma.mp3 new file mode 100644 index 0000000..e72445d Binary files /dev/null and b/examples/various/espn_basketball/emma.mp3 differ diff --git a/examples/various/espn_basketball/freeman.mp3 b/examples/various/espn_basketball/freeman.mp3 new file mode 100644 index 0000000..5d2559d Binary files /dev/null and b/examples/various/espn_basketball/freeman.mp3 differ diff --git a/examples/various/espn_basketball/geralt.mp3 b/examples/various/espn_basketball/geralt.mp3 new file mode 100644 index 0000000..a6230ce Binary files /dev/null and b/examples/various/espn_basketball/geralt.mp3 differ diff --git a/examples/various/espn_basketball/grace_train.mp3 b/examples/various/espn_basketball/grace_train.mp3 new file mode 100644 index 0000000..eca5f6b Binary files /dev/null and b/examples/various/espn_basketball/grace_train.mp3 differ diff --git a/examples/various/espn_basketball/halle.mp3 b/examples/various/espn_basketball/halle.mp3 new file mode 100644 index 0000000..93bccd8 Binary files /dev/null and b/examples/various/espn_basketball/halle.mp3 differ diff --git a/examples/various/espn_basketball/jlaw.mp3 b/examples/various/espn_basketball/jlaw.mp3 new file mode 100644 index 0000000..ce7857c Binary files /dev/null and b/examples/various/espn_basketball/jlaw.mp3 differ diff --git a/examples/various/espn_basketball/lj.mp3 b/examples/various/espn_basketball/lj.mp3 new file mode 100644 index 0000000..909f929 Binary files /dev/null and b/examples/various/espn_basketball/lj.mp3 differ diff --git a/examples/various/espn_basketball/myself.mp3 b/examples/various/espn_basketball/myself.mp3 new file mode 100644 index 0000000..76e0d7d Binary files /dev/null and b/examples/various/espn_basketball/myself.mp3 differ diff --git a/examples/various/espn_basketball/pat.mp3 b/examples/various/espn_basketball/pat.mp3 new file mode 100644 index 0000000..41a03e9 Binary files /dev/null and b/examples/various/espn_basketball/pat.mp3 differ diff --git a/examples/various/espn_basketball/snakes.mp3 b/examples/various/espn_basketball/snakes.mp3 new file mode 100644 index 0000000..664ff62 Binary files /dev/null and b/examples/various/espn_basketball/snakes.mp3 differ diff --git a/examples/various/espn_basketball/tom.mp3 b/examples/various/espn_basketball/tom.mp3 new file mode 100644 index 0000000..8fb4656 Binary files /dev/null and b/examples/various/espn_basketball/tom.mp3 differ diff --git a/examples/various/espn_basketball/train_atkins.mp3 b/examples/various/espn_basketball/train_atkins.mp3 new file mode 100644 index 0000000..1270da1 Binary files /dev/null and b/examples/various/espn_basketball/train_atkins.mp3 differ diff --git a/examples/various/espn_basketball/train_dotrice.mp3 b/examples/various/espn_basketball/train_dotrice.mp3 new file mode 100644 index 0000000..b2720f0 Binary files /dev/null and b/examples/various/espn_basketball/train_dotrice.mp3 differ diff --git a/examples/various/espn_basketball/train_kennard.mp3 b/examples/various/espn_basketball/train_kennard.mp3 new file mode 100644 index 0000000..13948c0 Binary files /dev/null and b/examples/various/espn_basketball/train_kennard.mp3 differ diff --git a/examples/various/espn_basketball/weaver.mp3 b/examples/various/espn_basketball/weaver.mp3 new file mode 100644 index 0000000..672755f Binary files /dev/null and b/examples/various/espn_basketball/weaver.mp3 differ diff --git a/examples/various/espn_basketball/william.mp3 b/examples/various/espn_basketball/william.mp3 new file mode 100644 index 0000000..69368ab Binary files /dev/null and b/examples/various/espn_basketball/william.mp3 differ diff --git a/examples/various/frost_oar_to_oar/angie.mp3 b/examples/various/frost_oar_to_oar/angie.mp3 new file mode 100644 index 0000000..a3e6b53 Binary files /dev/null and b/examples/various/frost_oar_to_oar/angie.mp3 differ diff --git a/examples/various/frost_oar_to_oar/daniel.mp3 b/examples/various/frost_oar_to_oar/daniel.mp3 new file mode 100644 index 0000000..fa93d0d Binary files /dev/null and b/examples/various/frost_oar_to_oar/daniel.mp3 differ diff --git a/examples/various/frost_oar_to_oar/deniro.mp3 b/examples/various/frost_oar_to_oar/deniro.mp3 new file mode 100644 index 0000000..4502426 Binary files /dev/null and b/examples/various/frost_oar_to_oar/deniro.mp3 differ diff --git a/examples/various/frost_oar_to_oar/emma.mp3 b/examples/various/frost_oar_to_oar/emma.mp3 new file mode 100644 index 0000000..f73f487 Binary files /dev/null and b/examples/various/frost_oar_to_oar/emma.mp3 differ diff --git a/examples/various/frost_oar_to_oar/freeman.mp3 b/examples/various/frost_oar_to_oar/freeman.mp3 new file mode 100644 index 0000000..71043d9 Binary files /dev/null and b/examples/various/frost_oar_to_oar/freeman.mp3 differ diff --git a/examples/various/frost_oar_to_oar/geralt.mp3 b/examples/various/frost_oar_to_oar/geralt.mp3 new file mode 100644 index 0000000..66ebd2b Binary files /dev/null and b/examples/various/frost_oar_to_oar/geralt.mp3 differ diff --git a/examples/various/frost_oar_to_oar/grace_train.mp3 b/examples/various/frost_oar_to_oar/grace_train.mp3 new file mode 100644 index 0000000..0b716e1 Binary files /dev/null and b/examples/various/frost_oar_to_oar/grace_train.mp3 differ diff --git a/examples/various/frost_oar_to_oar/halle.mp3 b/examples/various/frost_oar_to_oar/halle.mp3 new file mode 100644 index 0000000..d8c43a5 Binary files /dev/null and b/examples/various/frost_oar_to_oar/halle.mp3 differ diff --git a/examples/various/frost_oar_to_oar/jlaw.mp3 b/examples/various/frost_oar_to_oar/jlaw.mp3 new file mode 100644 index 0000000..d1af595 Binary files /dev/null and b/examples/various/frost_oar_to_oar/jlaw.mp3 differ diff --git a/examples/various/frost_oar_to_oar/lj.mp3 b/examples/various/frost_oar_to_oar/lj.mp3 new file mode 100644 index 0000000..50a1dca Binary files /dev/null and b/examples/various/frost_oar_to_oar/lj.mp3 differ diff --git a/examples/various/frost_oar_to_oar/myself.mp3 b/examples/various/frost_oar_to_oar/myself.mp3 new file mode 100644 index 0000000..a31163b Binary files /dev/null and b/examples/various/frost_oar_to_oar/myself.mp3 differ diff --git a/examples/various/frost_oar_to_oar/pat.mp3 b/examples/various/frost_oar_to_oar/pat.mp3 new file mode 100644 index 0000000..da4df4d Binary files /dev/null and b/examples/various/frost_oar_to_oar/pat.mp3 differ diff --git a/examples/various/frost_oar_to_oar/snakes.mp3 b/examples/various/frost_oar_to_oar/snakes.mp3 new file mode 100644 index 0000000..355c955 Binary files /dev/null and b/examples/various/frost_oar_to_oar/snakes.mp3 differ diff --git a/examples/various/frost_oar_to_oar/tom.mp3 b/examples/various/frost_oar_to_oar/tom.mp3 new file mode 100644 index 0000000..960febe Binary files /dev/null and b/examples/various/frost_oar_to_oar/tom.mp3 differ diff --git a/examples/various/frost_oar_to_oar/train_atkins.mp3 b/examples/various/frost_oar_to_oar/train_atkins.mp3 new file mode 100644 index 0000000..4b515e6 Binary files /dev/null and b/examples/various/frost_oar_to_oar/train_atkins.mp3 differ diff --git a/examples/various/frost_oar_to_oar/train_dotrice.mp3 b/examples/various/frost_oar_to_oar/train_dotrice.mp3 new file mode 100644 index 0000000..659d6fd Binary files /dev/null and b/examples/various/frost_oar_to_oar/train_dotrice.mp3 differ diff --git a/examples/various/frost_oar_to_oar/train_kennard.mp3 b/examples/various/frost_oar_to_oar/train_kennard.mp3 new file mode 100644 index 0000000..2fc9cfd Binary files /dev/null and b/examples/various/frost_oar_to_oar/train_kennard.mp3 differ diff --git a/examples/various/frost_oar_to_oar/weaver.mp3 b/examples/various/frost_oar_to_oar/weaver.mp3 new file mode 100644 index 0000000..14b3020 Binary files /dev/null and b/examples/various/frost_oar_to_oar/weaver.mp3 differ diff --git a/examples/various/frost_oar_to_oar/william.mp3 b/examples/various/frost_oar_to_oar/william.mp3 new file mode 100644 index 0000000..e60100c Binary files /dev/null and b/examples/various/frost_oar_to_oar/william.mp3 differ diff --git a/examples/various/frost_road_not_taken/angie.mp3 b/examples/various/frost_road_not_taken/angie.mp3 new file mode 100644 index 0000000..600ccb3 Binary files /dev/null and b/examples/various/frost_road_not_taken/angie.mp3 differ diff --git a/examples/various/frost_road_not_taken/daniel.mp3 b/examples/various/frost_road_not_taken/daniel.mp3 new file mode 100644 index 0000000..da5991e Binary files /dev/null and b/examples/various/frost_road_not_taken/daniel.mp3 differ diff --git a/examples/various/frost_road_not_taken/deniro.mp3 b/examples/various/frost_road_not_taken/deniro.mp3 new file mode 100644 index 0000000..ca6ff51 Binary files /dev/null and b/examples/various/frost_road_not_taken/deniro.mp3 differ diff --git a/examples/various/frost_road_not_taken/emma.mp3 b/examples/various/frost_road_not_taken/emma.mp3 new file mode 100644 index 0000000..3474e84 Binary files /dev/null and b/examples/various/frost_road_not_taken/emma.mp3 differ diff --git a/examples/various/frost_road_not_taken/freeman.mp3 b/examples/various/frost_road_not_taken/freeman.mp3 new file mode 100644 index 0000000..3b8c93f Binary files /dev/null and b/examples/various/frost_road_not_taken/freeman.mp3 differ diff --git a/examples/various/frost_road_not_taken/geralt.mp3 b/examples/various/frost_road_not_taken/geralt.mp3 new file mode 100644 index 0000000..441140c Binary files /dev/null and b/examples/various/frost_road_not_taken/geralt.mp3 differ diff --git a/examples/various/frost_road_not_taken/grace_train.mp3 b/examples/various/frost_road_not_taken/grace_train.mp3 new file mode 100644 index 0000000..45029f7 Binary files /dev/null and b/examples/various/frost_road_not_taken/grace_train.mp3 differ diff --git a/examples/various/frost_road_not_taken/halle.mp3 b/examples/various/frost_road_not_taken/halle.mp3 new file mode 100644 index 0000000..5d3205e Binary files /dev/null and b/examples/various/frost_road_not_taken/halle.mp3 differ diff --git a/examples/various/frost_road_not_taken/jlaw.mp3 b/examples/various/frost_road_not_taken/jlaw.mp3 new file mode 100644 index 0000000..8a96f47 Binary files /dev/null and b/examples/various/frost_road_not_taken/jlaw.mp3 differ diff --git a/examples/various/frost_road_not_taken/lj.mp3 b/examples/various/frost_road_not_taken/lj.mp3 new file mode 100644 index 0000000..75f9fd0 Binary files /dev/null and b/examples/various/frost_road_not_taken/lj.mp3 differ diff --git a/examples/various/frost_road_not_taken/myself.mp3 b/examples/various/frost_road_not_taken/myself.mp3 new file mode 100644 index 0000000..29294bb Binary files /dev/null and b/examples/various/frost_road_not_taken/myself.mp3 differ diff --git a/examples/various/frost_road_not_taken/pat.mp3 b/examples/various/frost_road_not_taken/pat.mp3 new file mode 100644 index 0000000..90addd1 Binary files /dev/null and b/examples/various/frost_road_not_taken/pat.mp3 differ diff --git a/examples/various/frost_road_not_taken/snakes.mp3 b/examples/various/frost_road_not_taken/snakes.mp3 new file mode 100644 index 0000000..db2d8c6 Binary files /dev/null and b/examples/various/frost_road_not_taken/snakes.mp3 differ diff --git a/examples/various/frost_road_not_taken/tom.mp3 b/examples/various/frost_road_not_taken/tom.mp3 new file mode 100644 index 0000000..2806f65 Binary files /dev/null and b/examples/various/frost_road_not_taken/tom.mp3 differ diff --git a/examples/various/frost_road_not_taken/train_atkins.mp3 b/examples/various/frost_road_not_taken/train_atkins.mp3 new file mode 100644 index 0000000..6822821 Binary files /dev/null and b/examples/various/frost_road_not_taken/train_atkins.mp3 differ diff --git a/examples/various/frost_road_not_taken/train_dotrice.mp3 b/examples/various/frost_road_not_taken/train_dotrice.mp3 new file mode 100644 index 0000000..e44066e Binary files /dev/null and b/examples/various/frost_road_not_taken/train_dotrice.mp3 differ diff --git a/examples/various/frost_road_not_taken/train_kennard.mp3 b/examples/various/frost_road_not_taken/train_kennard.mp3 new file mode 100644 index 0000000..449cacc Binary files /dev/null and b/examples/various/frost_road_not_taken/train_kennard.mp3 differ diff --git a/examples/various/frost_road_not_taken/weaver.mp3 b/examples/various/frost_road_not_taken/weaver.mp3 new file mode 100644 index 0000000..4abe2a0 Binary files /dev/null and b/examples/various/frost_road_not_taken/weaver.mp3 differ diff --git a/examples/various/frost_road_not_taken/william.mp3 b/examples/various/frost_road_not_taken/william.mp3 new file mode 100644 index 0000000..ea5191e Binary files /dev/null and b/examples/various/frost_road_not_taken/william.mp3 differ diff --git a/examples/various/gatsby_and_so_we_beat_on/angie.mp3 b/examples/various/gatsby_and_so_we_beat_on/angie.mp3 new file mode 100644 index 0000000..227de90 Binary files /dev/null and b/examples/various/gatsby_and_so_we_beat_on/angie.mp3 differ diff --git a/examples/various/gatsby_and_so_we_beat_on/daniel.mp3 b/examples/various/gatsby_and_so_we_beat_on/daniel.mp3 new file mode 100644 index 0000000..9f4de62 Binary files /dev/null and b/examples/various/gatsby_and_so_we_beat_on/daniel.mp3 differ diff --git a/examples/various/gatsby_and_so_we_beat_on/deniro.mp3 b/examples/various/gatsby_and_so_we_beat_on/deniro.mp3 new file mode 100644 index 0000000..9e5a878 Binary files /dev/null and b/examples/various/gatsby_and_so_we_beat_on/deniro.mp3 differ diff --git a/examples/various/gatsby_and_so_we_beat_on/emma.mp3 b/examples/various/gatsby_and_so_we_beat_on/emma.mp3 new file mode 100644 index 0000000..8349ed7 Binary files /dev/null and b/examples/various/gatsby_and_so_we_beat_on/emma.mp3 differ diff --git a/examples/various/gatsby_and_so_we_beat_on/freeman.mp3 b/examples/various/gatsby_and_so_we_beat_on/freeman.mp3 new file mode 100644 index 0000000..8f47e55 Binary files /dev/null and b/examples/various/gatsby_and_so_we_beat_on/freeman.mp3 differ diff --git a/examples/various/gatsby_and_so_we_beat_on/geralt.mp3 b/examples/various/gatsby_and_so_we_beat_on/geralt.mp3 new file mode 100644 index 0000000..112e491 Binary files /dev/null and b/examples/various/gatsby_and_so_we_beat_on/geralt.mp3 differ diff --git a/examples/various/gatsby_and_so_we_beat_on/grace_train.mp3 b/examples/various/gatsby_and_so_we_beat_on/grace_train.mp3 new file mode 100644 index 0000000..9893e30 Binary files /dev/null and b/examples/various/gatsby_and_so_we_beat_on/grace_train.mp3 differ diff --git a/examples/various/gatsby_and_so_we_beat_on/halle.mp3 b/examples/various/gatsby_and_so_we_beat_on/halle.mp3 new file mode 100644 index 0000000..c22f442 Binary files /dev/null and b/examples/various/gatsby_and_so_we_beat_on/halle.mp3 differ diff --git a/examples/various/gatsby_and_so_we_beat_on/jlaw.mp3 b/examples/various/gatsby_and_so_we_beat_on/jlaw.mp3 new file mode 100644 index 0000000..29391df Binary files /dev/null and b/examples/various/gatsby_and_so_we_beat_on/jlaw.mp3 differ diff --git a/examples/various/gatsby_and_so_we_beat_on/lj.mp3 b/examples/various/gatsby_and_so_we_beat_on/lj.mp3 new file mode 100644 index 0000000..5cb3cb3 Binary files /dev/null and b/examples/various/gatsby_and_so_we_beat_on/lj.mp3 differ diff --git a/examples/various/gatsby_and_so_we_beat_on/myself.mp3 b/examples/various/gatsby_and_so_we_beat_on/myself.mp3 new file mode 100644 index 0000000..cedc6e1 Binary files /dev/null and b/examples/various/gatsby_and_so_we_beat_on/myself.mp3 differ diff --git a/examples/various/gatsby_and_so_we_beat_on/pat.mp3 b/examples/various/gatsby_and_so_we_beat_on/pat.mp3 new file mode 100644 index 0000000..3a3a4b2 Binary files /dev/null and b/examples/various/gatsby_and_so_we_beat_on/pat.mp3 differ diff --git a/examples/various/gatsby_and_so_we_beat_on/snakes.mp3 b/examples/various/gatsby_and_so_we_beat_on/snakes.mp3 new file mode 100644 index 0000000..fe052f9 Binary files /dev/null and b/examples/various/gatsby_and_so_we_beat_on/snakes.mp3 differ diff --git a/examples/various/gatsby_and_so_we_beat_on/tom.mp3 b/examples/various/gatsby_and_so_we_beat_on/tom.mp3 new file mode 100644 index 0000000..6892369 Binary files /dev/null and b/examples/various/gatsby_and_so_we_beat_on/tom.mp3 differ diff --git a/examples/various/gatsby_and_so_we_beat_on/train_atkins.mp3 b/examples/various/gatsby_and_so_we_beat_on/train_atkins.mp3 new file mode 100644 index 0000000..974a0e4 Binary files /dev/null and b/examples/various/gatsby_and_so_we_beat_on/train_atkins.mp3 differ diff --git a/examples/various/gatsby_and_so_we_beat_on/train_dotrice.mp3 b/examples/various/gatsby_and_so_we_beat_on/train_dotrice.mp3 new file mode 100644 index 0000000..788df4e Binary files /dev/null and b/examples/various/gatsby_and_so_we_beat_on/train_dotrice.mp3 differ diff --git a/examples/various/gatsby_and_so_we_beat_on/train_kennard.mp3 b/examples/various/gatsby_and_so_we_beat_on/train_kennard.mp3 new file mode 100644 index 0000000..888f83a Binary files /dev/null and b/examples/various/gatsby_and_so_we_beat_on/train_kennard.mp3 differ diff --git a/examples/various/gatsby_and_so_we_beat_on/weaver.mp3 b/examples/various/gatsby_and_so_we_beat_on/weaver.mp3 new file mode 100644 index 0000000..3cd9f5b Binary files /dev/null and b/examples/various/gatsby_and_so_we_beat_on/weaver.mp3 differ diff --git a/examples/various/gatsby_and_so_we_beat_on/william.mp3 b/examples/various/gatsby_and_so_we_beat_on/william.mp3 new file mode 100644 index 0000000..689a5c8 Binary files /dev/null and b/examples/various/gatsby_and_so_we_beat_on/william.mp3 differ diff --git a/examples/various/harrypotter_differences_of_habit_and_language/angie.mp3 b/examples/various/harrypotter_differences_of_habit_and_language/angie.mp3 new file mode 100644 index 0000000..6eb50f1 Binary files /dev/null and b/examples/various/harrypotter_differences_of_habit_and_language/angie.mp3 differ diff --git a/examples/various/harrypotter_differences_of_habit_and_language/daniel.mp3 b/examples/various/harrypotter_differences_of_habit_and_language/daniel.mp3 new file mode 100644 index 0000000..3429af9 Binary files /dev/null and b/examples/various/harrypotter_differences_of_habit_and_language/daniel.mp3 differ diff --git a/examples/various/harrypotter_differences_of_habit_and_language/deniro.mp3 b/examples/various/harrypotter_differences_of_habit_and_language/deniro.mp3 new file mode 100644 index 0000000..eacbe7f Binary files /dev/null and b/examples/various/harrypotter_differences_of_habit_and_language/deniro.mp3 differ diff --git a/examples/various/harrypotter_differences_of_habit_and_language/emma.mp3 b/examples/various/harrypotter_differences_of_habit_and_language/emma.mp3 new file mode 100644 index 0000000..a2e224e Binary files /dev/null and b/examples/various/harrypotter_differences_of_habit_and_language/emma.mp3 differ diff --git a/examples/various/harrypotter_differences_of_habit_and_language/freeman.mp3 b/examples/various/harrypotter_differences_of_habit_and_language/freeman.mp3 new file mode 100644 index 0000000..3925eeb Binary files /dev/null and b/examples/various/harrypotter_differences_of_habit_and_language/freeman.mp3 differ diff --git a/examples/various/harrypotter_differences_of_habit_and_language/geralt.mp3 b/examples/various/harrypotter_differences_of_habit_and_language/geralt.mp3 new file mode 100644 index 0000000..38852f8 Binary files /dev/null and b/examples/various/harrypotter_differences_of_habit_and_language/geralt.mp3 differ diff --git a/examples/various/harrypotter_differences_of_habit_and_language/grace_train.mp3 b/examples/various/harrypotter_differences_of_habit_and_language/grace_train.mp3 new file mode 100644 index 0000000..d551a05 Binary files /dev/null and b/examples/various/harrypotter_differences_of_habit_and_language/grace_train.mp3 differ diff --git a/examples/various/harrypotter_differences_of_habit_and_language/halle.mp3 b/examples/various/harrypotter_differences_of_habit_and_language/halle.mp3 new file mode 100644 index 0000000..1587002 Binary files /dev/null and b/examples/various/harrypotter_differences_of_habit_and_language/halle.mp3 differ diff --git a/examples/various/harrypotter_differences_of_habit_and_language/jlaw.mp3 b/examples/various/harrypotter_differences_of_habit_and_language/jlaw.mp3 new file mode 100644 index 0000000..bd83fb6 Binary files /dev/null and b/examples/various/harrypotter_differences_of_habit_and_language/jlaw.mp3 differ diff --git a/examples/various/harrypotter_differences_of_habit_and_language/lj.mp3 b/examples/various/harrypotter_differences_of_habit_and_language/lj.mp3 new file mode 100644 index 0000000..38e450e Binary files /dev/null and b/examples/various/harrypotter_differences_of_habit_and_language/lj.mp3 differ diff --git a/examples/various/harrypotter_differences_of_habit_and_language/myself.mp3 b/examples/various/harrypotter_differences_of_habit_and_language/myself.mp3 new file mode 100644 index 0000000..b549860 Binary files /dev/null and b/examples/various/harrypotter_differences_of_habit_and_language/myself.mp3 differ diff --git a/examples/various/harrypotter_differences_of_habit_and_language/pat.mp3 b/examples/various/harrypotter_differences_of_habit_and_language/pat.mp3 new file mode 100644 index 0000000..42156b4 Binary files /dev/null and b/examples/various/harrypotter_differences_of_habit_and_language/pat.mp3 differ diff --git a/examples/various/harrypotter_differences_of_habit_and_language/snakes.mp3 b/examples/various/harrypotter_differences_of_habit_and_language/snakes.mp3 new file mode 100644 index 0000000..1e44b75 Binary files /dev/null and b/examples/various/harrypotter_differences_of_habit_and_language/snakes.mp3 differ diff --git a/examples/various/harrypotter_differences_of_habit_and_language/tom.mp3 b/examples/various/harrypotter_differences_of_habit_and_language/tom.mp3 new file mode 100644 index 0000000..8bc7c2b Binary files /dev/null and b/examples/various/harrypotter_differences_of_habit_and_language/tom.mp3 differ diff --git a/examples/various/harrypotter_differences_of_habit_and_language/train_atkins.mp3 b/examples/various/harrypotter_differences_of_habit_and_language/train_atkins.mp3 new file mode 100644 index 0000000..32bf707 Binary files /dev/null and b/examples/various/harrypotter_differences_of_habit_and_language/train_atkins.mp3 differ diff --git a/examples/various/harrypotter_differences_of_habit_and_language/train_dotrice.mp3 b/examples/various/harrypotter_differences_of_habit_and_language/train_dotrice.mp3 new file mode 100644 index 0000000..f33d37d Binary files /dev/null and b/examples/various/harrypotter_differences_of_habit_and_language/train_dotrice.mp3 differ diff --git a/examples/various/harrypotter_differences_of_habit_and_language/train_kennard.mp3 b/examples/various/harrypotter_differences_of_habit_and_language/train_kennard.mp3 new file mode 100644 index 0000000..11b9d14 Binary files /dev/null and b/examples/various/harrypotter_differences_of_habit_and_language/train_kennard.mp3 differ diff --git a/examples/various/harrypotter_differences_of_habit_and_language/weaver.mp3 b/examples/various/harrypotter_differences_of_habit_and_language/weaver.mp3 new file mode 100644 index 0000000..95ce0ae Binary files /dev/null and b/examples/various/harrypotter_differences_of_habit_and_language/weaver.mp3 differ diff --git a/examples/various/harrypotter_differences_of_habit_and_language/william.mp3 b/examples/various/harrypotter_differences_of_habit_and_language/william.mp3 new file mode 100644 index 0000000..11e87ac Binary files /dev/null and b/examples/various/harrypotter_differences_of_habit_and_language/william.mp3 differ diff --git a/examples/various/i_am_a_language_model/angie.mp3 b/examples/various/i_am_a_language_model/angie.mp3 new file mode 100644 index 0000000..572e39d Binary files /dev/null and b/examples/various/i_am_a_language_model/angie.mp3 differ diff --git a/examples/various/i_am_a_language_model/daniel.mp3 b/examples/various/i_am_a_language_model/daniel.mp3 new file mode 100644 index 0000000..9064455 Binary files /dev/null and b/examples/various/i_am_a_language_model/daniel.mp3 differ diff --git a/examples/various/i_am_a_language_model/deniro.mp3 b/examples/various/i_am_a_language_model/deniro.mp3 new file mode 100644 index 0000000..3ff97bb Binary files /dev/null and b/examples/various/i_am_a_language_model/deniro.mp3 differ diff --git a/examples/various/i_am_a_language_model/emma.mp3 b/examples/various/i_am_a_language_model/emma.mp3 new file mode 100644 index 0000000..8108afc Binary files /dev/null and b/examples/various/i_am_a_language_model/emma.mp3 differ diff --git a/examples/various/i_am_a_language_model/freeman.mp3 b/examples/various/i_am_a_language_model/freeman.mp3 new file mode 100644 index 0000000..2577334 Binary files /dev/null and b/examples/various/i_am_a_language_model/freeman.mp3 differ diff --git a/examples/various/i_am_a_language_model/geralt.mp3 b/examples/various/i_am_a_language_model/geralt.mp3 new file mode 100644 index 0000000..632a47c Binary files /dev/null and b/examples/various/i_am_a_language_model/geralt.mp3 differ diff --git a/examples/various/i_am_a_language_model/grace_train.mp3 b/examples/various/i_am_a_language_model/grace_train.mp3 new file mode 100644 index 0000000..cf2744c Binary files /dev/null and b/examples/various/i_am_a_language_model/grace_train.mp3 differ diff --git a/examples/various/i_am_a_language_model/halle.mp3 b/examples/various/i_am_a_language_model/halle.mp3 new file mode 100644 index 0000000..e519ad6 Binary files /dev/null and b/examples/various/i_am_a_language_model/halle.mp3 differ diff --git a/examples/various/i_am_a_language_model/jlaw.mp3 b/examples/various/i_am_a_language_model/jlaw.mp3 new file mode 100644 index 0000000..c9368b0 Binary files /dev/null and b/examples/various/i_am_a_language_model/jlaw.mp3 differ diff --git a/examples/various/i_am_a_language_model/lj.mp3 b/examples/various/i_am_a_language_model/lj.mp3 new file mode 100644 index 0000000..7aaa266 Binary files /dev/null and b/examples/various/i_am_a_language_model/lj.mp3 differ diff --git a/examples/various/i_am_a_language_model/myself.mp3 b/examples/various/i_am_a_language_model/myself.mp3 new file mode 100644 index 0000000..cda991c Binary files /dev/null and b/examples/various/i_am_a_language_model/myself.mp3 differ diff --git a/examples/various/i_am_a_language_model/pat.mp3 b/examples/various/i_am_a_language_model/pat.mp3 new file mode 100644 index 0000000..f3657b6 Binary files /dev/null and b/examples/various/i_am_a_language_model/pat.mp3 differ diff --git a/examples/various/i_am_a_language_model/snakes.mp3 b/examples/various/i_am_a_language_model/snakes.mp3 new file mode 100644 index 0000000..53a3c32 Binary files /dev/null and b/examples/various/i_am_a_language_model/snakes.mp3 differ diff --git a/examples/various/i_am_a_language_model/tom.mp3 b/examples/various/i_am_a_language_model/tom.mp3 new file mode 100644 index 0000000..72475c0 Binary files /dev/null and b/examples/various/i_am_a_language_model/tom.mp3 differ diff --git a/examples/various/i_am_a_language_model/train_atkins.mp3 b/examples/various/i_am_a_language_model/train_atkins.mp3 new file mode 100644 index 0000000..5640532 Binary files /dev/null and b/examples/various/i_am_a_language_model/train_atkins.mp3 differ diff --git a/examples/various/i_am_a_language_model/train_dotrice.mp3 b/examples/various/i_am_a_language_model/train_dotrice.mp3 new file mode 100644 index 0000000..699eac3 Binary files /dev/null and b/examples/various/i_am_a_language_model/train_dotrice.mp3 differ diff --git a/examples/various/i_am_a_language_model/train_kennard.mp3 b/examples/various/i_am_a_language_model/train_kennard.mp3 new file mode 100644 index 0000000..05e0b50 Binary files /dev/null and b/examples/various/i_am_a_language_model/train_kennard.mp3 differ diff --git a/examples/various/i_am_a_language_model/weaver.mp3 b/examples/various/i_am_a_language_model/weaver.mp3 new file mode 100644 index 0000000..29cc6f1 Binary files /dev/null and b/examples/various/i_am_a_language_model/weaver.mp3 differ diff --git a/examples/various/i_am_a_language_model/william.mp3 b/examples/various/i_am_a_language_model/william.mp3 new file mode 100644 index 0000000..7a53414 Binary files /dev/null and b/examples/various/i_am_a_language_model/william.mp3 differ diff --git a/examples/various/melodie_kao/angie.mp3 b/examples/various/melodie_kao/angie.mp3 new file mode 100644 index 0000000..89fcd9f Binary files /dev/null and b/examples/various/melodie_kao/angie.mp3 differ diff --git a/examples/various/melodie_kao/daniel.mp3 b/examples/various/melodie_kao/daniel.mp3 new file mode 100644 index 0000000..86cff5e Binary files /dev/null and b/examples/various/melodie_kao/daniel.mp3 differ diff --git a/examples/various/melodie_kao/deniro.mp3 b/examples/various/melodie_kao/deniro.mp3 new file mode 100644 index 0000000..08bf099 Binary files /dev/null and b/examples/various/melodie_kao/deniro.mp3 differ diff --git a/examples/various/melodie_kao/emma.mp3 b/examples/various/melodie_kao/emma.mp3 new file mode 100644 index 0000000..53fb044 Binary files /dev/null and b/examples/various/melodie_kao/emma.mp3 differ diff --git a/examples/various/melodie_kao/freeman.mp3 b/examples/various/melodie_kao/freeman.mp3 new file mode 100644 index 0000000..2217e73 Binary files /dev/null and b/examples/various/melodie_kao/freeman.mp3 differ diff --git a/examples/various/melodie_kao/geralt.mp3 b/examples/various/melodie_kao/geralt.mp3 new file mode 100644 index 0000000..545aa54 Binary files /dev/null and b/examples/various/melodie_kao/geralt.mp3 differ diff --git a/examples/various/melodie_kao/grace_train.mp3 b/examples/various/melodie_kao/grace_train.mp3 new file mode 100644 index 0000000..812137a Binary files /dev/null and b/examples/various/melodie_kao/grace_train.mp3 differ diff --git a/examples/various/melodie_kao/halle.mp3 b/examples/various/melodie_kao/halle.mp3 new file mode 100644 index 0000000..edfc5a0 Binary files /dev/null and b/examples/various/melodie_kao/halle.mp3 differ diff --git a/examples/various/melodie_kao/jlaw.mp3 b/examples/various/melodie_kao/jlaw.mp3 new file mode 100644 index 0000000..0c70228 Binary files /dev/null and b/examples/various/melodie_kao/jlaw.mp3 differ diff --git a/examples/various/melodie_kao/lj.mp3 b/examples/various/melodie_kao/lj.mp3 new file mode 100644 index 0000000..475eadc Binary files /dev/null and b/examples/various/melodie_kao/lj.mp3 differ diff --git a/examples/various/melodie_kao/myself.mp3 b/examples/various/melodie_kao/myself.mp3 new file mode 100644 index 0000000..7fdebfc Binary files /dev/null and b/examples/various/melodie_kao/myself.mp3 differ diff --git a/examples/various/melodie_kao/pat.mp3 b/examples/various/melodie_kao/pat.mp3 new file mode 100644 index 0000000..fd9f781 Binary files /dev/null and b/examples/various/melodie_kao/pat.mp3 differ diff --git a/examples/various/melodie_kao/snakes.mp3 b/examples/various/melodie_kao/snakes.mp3 new file mode 100644 index 0000000..69e6571 Binary files /dev/null and b/examples/various/melodie_kao/snakes.mp3 differ diff --git a/examples/various/melodie_kao/tom.mp3 b/examples/various/melodie_kao/tom.mp3 new file mode 100644 index 0000000..454c272 Binary files /dev/null and b/examples/various/melodie_kao/tom.mp3 differ diff --git a/examples/various/melodie_kao/train_atkins.mp3 b/examples/various/melodie_kao/train_atkins.mp3 new file mode 100644 index 0000000..a451274 Binary files /dev/null and b/examples/various/melodie_kao/train_atkins.mp3 differ diff --git a/examples/various/melodie_kao/train_dotrice.mp3 b/examples/various/melodie_kao/train_dotrice.mp3 new file mode 100644 index 0000000..e7a7984 Binary files /dev/null and b/examples/various/melodie_kao/train_dotrice.mp3 differ diff --git a/examples/various/melodie_kao/train_kennard.mp3 b/examples/various/melodie_kao/train_kennard.mp3 new file mode 100644 index 0000000..17d76cd Binary files /dev/null and b/examples/various/melodie_kao/train_kennard.mp3 differ diff --git a/examples/various/melodie_kao/weaver.mp3 b/examples/various/melodie_kao/weaver.mp3 new file mode 100644 index 0000000..b821249 Binary files /dev/null and b/examples/various/melodie_kao/weaver.mp3 differ diff --git a/examples/various/melodie_kao/william.mp3 b/examples/various/melodie_kao/william.mp3 new file mode 100644 index 0000000..d80d00a Binary files /dev/null and b/examples/various/melodie_kao/william.mp3 differ diff --git a/examples/various/nyt_covid/angie.mp3 b/examples/various/nyt_covid/angie.mp3 new file mode 100644 index 0000000..5978035 Binary files /dev/null and b/examples/various/nyt_covid/angie.mp3 differ diff --git a/examples/various/nyt_covid/daniel.mp3 b/examples/various/nyt_covid/daniel.mp3 new file mode 100644 index 0000000..fadda4f Binary files /dev/null and b/examples/various/nyt_covid/daniel.mp3 differ diff --git a/examples/various/nyt_covid/deniro.mp3 b/examples/various/nyt_covid/deniro.mp3 new file mode 100644 index 0000000..db58f73 Binary files /dev/null and b/examples/various/nyt_covid/deniro.mp3 differ diff --git a/examples/various/nyt_covid/emma.mp3 b/examples/various/nyt_covid/emma.mp3 new file mode 100644 index 0000000..1623cc1 Binary files /dev/null and b/examples/various/nyt_covid/emma.mp3 differ diff --git a/examples/various/nyt_covid/freeman.mp3 b/examples/various/nyt_covid/freeman.mp3 new file mode 100644 index 0000000..76b1e90 Binary files /dev/null and b/examples/various/nyt_covid/freeman.mp3 differ diff --git a/examples/various/nyt_covid/geralt.mp3 b/examples/various/nyt_covid/geralt.mp3 new file mode 100644 index 0000000..306e06d Binary files /dev/null and b/examples/various/nyt_covid/geralt.mp3 differ diff --git a/examples/various/nyt_covid/grace_train.mp3 b/examples/various/nyt_covid/grace_train.mp3 new file mode 100644 index 0000000..bd666d8 Binary files /dev/null and b/examples/various/nyt_covid/grace_train.mp3 differ diff --git a/examples/various/nyt_covid/halle.mp3 b/examples/various/nyt_covid/halle.mp3 new file mode 100644 index 0000000..1b7abe4 Binary files /dev/null and b/examples/various/nyt_covid/halle.mp3 differ diff --git a/examples/various/nyt_covid/jlaw.mp3 b/examples/various/nyt_covid/jlaw.mp3 new file mode 100644 index 0000000..bc31e3a Binary files /dev/null and b/examples/various/nyt_covid/jlaw.mp3 differ diff --git a/examples/various/nyt_covid/lj.mp3 b/examples/various/nyt_covid/lj.mp3 new file mode 100644 index 0000000..763580e Binary files /dev/null and b/examples/various/nyt_covid/lj.mp3 differ diff --git a/examples/various/nyt_covid/myself.mp3 b/examples/various/nyt_covid/myself.mp3 new file mode 100644 index 0000000..11d6758 Binary files /dev/null and b/examples/various/nyt_covid/myself.mp3 differ diff --git a/examples/various/nyt_covid/pat.mp3 b/examples/various/nyt_covid/pat.mp3 new file mode 100644 index 0000000..f3cd724 Binary files /dev/null and b/examples/various/nyt_covid/pat.mp3 differ diff --git a/examples/various/nyt_covid/snakes.mp3 b/examples/various/nyt_covid/snakes.mp3 new file mode 100644 index 0000000..d5804ac Binary files /dev/null and b/examples/various/nyt_covid/snakes.mp3 differ diff --git a/examples/various/nyt_covid/tom.mp3 b/examples/various/nyt_covid/tom.mp3 new file mode 100644 index 0000000..6272a11 Binary files /dev/null and b/examples/various/nyt_covid/tom.mp3 differ diff --git a/examples/various/nyt_covid/train_atkins.mp3 b/examples/various/nyt_covid/train_atkins.mp3 new file mode 100644 index 0000000..f105eb0 Binary files /dev/null and b/examples/various/nyt_covid/train_atkins.mp3 differ diff --git a/examples/various/nyt_covid/train_dotrice.mp3 b/examples/various/nyt_covid/train_dotrice.mp3 new file mode 100644 index 0000000..472fd08 Binary files /dev/null and b/examples/various/nyt_covid/train_dotrice.mp3 differ diff --git a/examples/various/nyt_covid/train_kennard.mp3 b/examples/various/nyt_covid/train_kennard.mp3 new file mode 100644 index 0000000..d8ef3bf Binary files /dev/null and b/examples/various/nyt_covid/train_kennard.mp3 differ diff --git a/examples/various/nyt_covid/weaver.mp3 b/examples/various/nyt_covid/weaver.mp3 new file mode 100644 index 0000000..9928ac9 Binary files /dev/null and b/examples/various/nyt_covid/weaver.mp3 differ diff --git a/examples/various/nyt_covid/william.mp3 b/examples/various/nyt_covid/william.mp3 new file mode 100644 index 0000000..7c16ef1 Binary files /dev/null and b/examples/various/nyt_covid/william.mp3 differ diff --git a/examples/various/real_courage_is_when_you_know_your_licked/angie.mp3 b/examples/various/real_courage_is_when_you_know_your_licked/angie.mp3 new file mode 100644 index 0000000..d34f342 Binary files /dev/null and b/examples/various/real_courage_is_when_you_know_your_licked/angie.mp3 differ diff --git a/examples/various/real_courage_is_when_you_know_your_licked/daniel.mp3 b/examples/various/real_courage_is_when_you_know_your_licked/daniel.mp3 new file mode 100644 index 0000000..73eae78 Binary files /dev/null and b/examples/various/real_courage_is_when_you_know_your_licked/daniel.mp3 differ diff --git a/examples/various/real_courage_is_when_you_know_your_licked/deniro.mp3 b/examples/various/real_courage_is_when_you_know_your_licked/deniro.mp3 new file mode 100644 index 0000000..e4cdf81 Binary files /dev/null and b/examples/various/real_courage_is_when_you_know_your_licked/deniro.mp3 differ diff --git a/examples/various/real_courage_is_when_you_know_your_licked/emma.mp3 b/examples/various/real_courage_is_when_you_know_your_licked/emma.mp3 new file mode 100644 index 0000000..5b86d18 Binary files /dev/null and b/examples/various/real_courage_is_when_you_know_your_licked/emma.mp3 differ diff --git a/examples/various/real_courage_is_when_you_know_your_licked/freeman.mp3 b/examples/various/real_courage_is_when_you_know_your_licked/freeman.mp3 new file mode 100644 index 0000000..f7e7eb5 Binary files /dev/null and b/examples/various/real_courage_is_when_you_know_your_licked/freeman.mp3 differ diff --git a/examples/various/real_courage_is_when_you_know_your_licked/geralt.mp3 b/examples/various/real_courage_is_when_you_know_your_licked/geralt.mp3 new file mode 100644 index 0000000..4f32460 Binary files /dev/null and b/examples/various/real_courage_is_when_you_know_your_licked/geralt.mp3 differ diff --git a/examples/various/real_courage_is_when_you_know_your_licked/grace_train.mp3 b/examples/various/real_courage_is_when_you_know_your_licked/grace_train.mp3 new file mode 100644 index 0000000..dbb8b92 Binary files /dev/null and b/examples/various/real_courage_is_when_you_know_your_licked/grace_train.mp3 differ diff --git a/examples/various/real_courage_is_when_you_know_your_licked/halle.mp3 b/examples/various/real_courage_is_when_you_know_your_licked/halle.mp3 new file mode 100644 index 0000000..144ad67 Binary files /dev/null and b/examples/various/real_courage_is_when_you_know_your_licked/halle.mp3 differ diff --git a/examples/various/real_courage_is_when_you_know_your_licked/jlaw.mp3 b/examples/various/real_courage_is_when_you_know_your_licked/jlaw.mp3 new file mode 100644 index 0000000..34544a4 Binary files /dev/null and b/examples/various/real_courage_is_when_you_know_your_licked/jlaw.mp3 differ diff --git a/examples/various/real_courage_is_when_you_know_your_licked/lj.mp3 b/examples/various/real_courage_is_when_you_know_your_licked/lj.mp3 new file mode 100644 index 0000000..6bd286d Binary files /dev/null and b/examples/various/real_courage_is_when_you_know_your_licked/lj.mp3 differ diff --git a/examples/various/real_courage_is_when_you_know_your_licked/myself.mp3 b/examples/various/real_courage_is_when_you_know_your_licked/myself.mp3 new file mode 100644 index 0000000..ca52c14 Binary files /dev/null and b/examples/various/real_courage_is_when_you_know_your_licked/myself.mp3 differ diff --git a/examples/various/real_courage_is_when_you_know_your_licked/pat.mp3 b/examples/various/real_courage_is_when_you_know_your_licked/pat.mp3 new file mode 100644 index 0000000..092ec34 Binary files /dev/null and b/examples/various/real_courage_is_when_you_know_your_licked/pat.mp3 differ diff --git a/examples/various/real_courage_is_when_you_know_your_licked/snakes.mp3 b/examples/various/real_courage_is_when_you_know_your_licked/snakes.mp3 new file mode 100644 index 0000000..3408367 Binary files /dev/null and b/examples/various/real_courage_is_when_you_know_your_licked/snakes.mp3 differ diff --git a/examples/various/real_courage_is_when_you_know_your_licked/tom.mp3 b/examples/various/real_courage_is_when_you_know_your_licked/tom.mp3 new file mode 100644 index 0000000..3c70a04 Binary files /dev/null and b/examples/various/real_courage_is_when_you_know_your_licked/tom.mp3 differ diff --git a/examples/various/real_courage_is_when_you_know_your_licked/train_atkins.mp3 b/examples/various/real_courage_is_when_you_know_your_licked/train_atkins.mp3 new file mode 100644 index 0000000..12fa5f9 Binary files /dev/null and b/examples/various/real_courage_is_when_you_know_your_licked/train_atkins.mp3 differ diff --git a/examples/various/real_courage_is_when_you_know_your_licked/train_dotrice.mp3 b/examples/various/real_courage_is_when_you_know_your_licked/train_dotrice.mp3 new file mode 100644 index 0000000..bdbd680 Binary files /dev/null and b/examples/various/real_courage_is_when_you_know_your_licked/train_dotrice.mp3 differ diff --git a/examples/various/real_courage_is_when_you_know_your_licked/train_kennard.mp3 b/examples/various/real_courage_is_when_you_know_your_licked/train_kennard.mp3 new file mode 100644 index 0000000..20e2b68 Binary files /dev/null and b/examples/various/real_courage_is_when_you_know_your_licked/train_kennard.mp3 differ diff --git a/examples/various/real_courage_is_when_you_know_your_licked/weaver.mp3 b/examples/various/real_courage_is_when_you_know_your_licked/weaver.mp3 new file mode 100644 index 0000000..1e15bbd Binary files /dev/null and b/examples/various/real_courage_is_when_you_know_your_licked/weaver.mp3 differ diff --git a/examples/various/real_courage_is_when_you_know_your_licked/william.mp3 b/examples/various/real_courage_is_when_you_know_your_licked/william.mp3 new file mode 100644 index 0000000..47c65bf Binary files /dev/null and b/examples/various/real_courage_is_when_you_know_your_licked/william.mp3 differ diff --git a/examples/various/rolling_stone_review/angie.mp3 b/examples/various/rolling_stone_review/angie.mp3 new file mode 100644 index 0000000..0c7ece7 Binary files /dev/null and b/examples/various/rolling_stone_review/angie.mp3 differ diff --git a/examples/various/rolling_stone_review/daniel.mp3 b/examples/various/rolling_stone_review/daniel.mp3 new file mode 100644 index 0000000..73c79d2 Binary files /dev/null and b/examples/various/rolling_stone_review/daniel.mp3 differ diff --git a/examples/various/rolling_stone_review/deniro.mp3 b/examples/various/rolling_stone_review/deniro.mp3 new file mode 100644 index 0000000..5c1a896 Binary files /dev/null and b/examples/various/rolling_stone_review/deniro.mp3 differ diff --git a/examples/various/rolling_stone_review/emma.mp3 b/examples/various/rolling_stone_review/emma.mp3 new file mode 100644 index 0000000..9276730 Binary files /dev/null and b/examples/various/rolling_stone_review/emma.mp3 differ diff --git a/examples/various/rolling_stone_review/freeman.mp3 b/examples/various/rolling_stone_review/freeman.mp3 new file mode 100644 index 0000000..8d342a7 Binary files /dev/null and b/examples/various/rolling_stone_review/freeman.mp3 differ diff --git a/examples/various/rolling_stone_review/geralt.mp3 b/examples/various/rolling_stone_review/geralt.mp3 new file mode 100644 index 0000000..b2f7153 Binary files /dev/null and b/examples/various/rolling_stone_review/geralt.mp3 differ diff --git a/examples/various/rolling_stone_review/grace_train.mp3 b/examples/various/rolling_stone_review/grace_train.mp3 new file mode 100644 index 0000000..653ce4a Binary files /dev/null and b/examples/various/rolling_stone_review/grace_train.mp3 differ diff --git a/examples/various/rolling_stone_review/halle.mp3 b/examples/various/rolling_stone_review/halle.mp3 new file mode 100644 index 0000000..c647110 Binary files /dev/null and b/examples/various/rolling_stone_review/halle.mp3 differ diff --git a/examples/various/rolling_stone_review/jlaw.mp3 b/examples/various/rolling_stone_review/jlaw.mp3 new file mode 100644 index 0000000..7bdb6bf Binary files /dev/null and b/examples/various/rolling_stone_review/jlaw.mp3 differ diff --git a/examples/various/rolling_stone_review/lj.mp3 b/examples/various/rolling_stone_review/lj.mp3 new file mode 100644 index 0000000..1d90b0e Binary files /dev/null and b/examples/various/rolling_stone_review/lj.mp3 differ diff --git a/examples/various/rolling_stone_review/myself.mp3 b/examples/various/rolling_stone_review/myself.mp3 new file mode 100644 index 0000000..7ebc12d Binary files /dev/null and b/examples/various/rolling_stone_review/myself.mp3 differ diff --git a/examples/various/rolling_stone_review/pat.mp3 b/examples/various/rolling_stone_review/pat.mp3 new file mode 100644 index 0000000..bb49db8 Binary files /dev/null and b/examples/various/rolling_stone_review/pat.mp3 differ diff --git a/examples/various/rolling_stone_review/snakes.mp3 b/examples/various/rolling_stone_review/snakes.mp3 new file mode 100644 index 0000000..8a190f4 Binary files /dev/null and b/examples/various/rolling_stone_review/snakes.mp3 differ diff --git a/examples/various/rolling_stone_review/tom.mp3 b/examples/various/rolling_stone_review/tom.mp3 new file mode 100644 index 0000000..0b13318 Binary files /dev/null and b/examples/various/rolling_stone_review/tom.mp3 differ diff --git a/examples/various/rolling_stone_review/train_atkins.mp3 b/examples/various/rolling_stone_review/train_atkins.mp3 new file mode 100644 index 0000000..4d8698e Binary files /dev/null and b/examples/various/rolling_stone_review/train_atkins.mp3 differ diff --git a/examples/various/rolling_stone_review/train_dotrice.mp3 b/examples/various/rolling_stone_review/train_dotrice.mp3 new file mode 100644 index 0000000..6b1dca9 Binary files /dev/null and b/examples/various/rolling_stone_review/train_dotrice.mp3 differ diff --git a/examples/various/rolling_stone_review/train_kennard.mp3 b/examples/various/rolling_stone_review/train_kennard.mp3 new file mode 100644 index 0000000..74c5760 Binary files /dev/null and b/examples/various/rolling_stone_review/train_kennard.mp3 differ diff --git a/examples/various/rolling_stone_review/weaver.mp3 b/examples/various/rolling_stone_review/weaver.mp3 new file mode 100644 index 0000000..11041ee Binary files /dev/null and b/examples/various/rolling_stone_review/weaver.mp3 differ diff --git a/examples/various/rolling_stone_review/william.mp3 b/examples/various/rolling_stone_review/william.mp3 new file mode 100644 index 0000000..ad42631 Binary files /dev/null and b/examples/various/rolling_stone_review/william.mp3 differ diff --git a/examples/various/spacecraft_interview/angie.mp3 b/examples/various/spacecraft_interview/angie.mp3 new file mode 100644 index 0000000..d8e6b1f Binary files /dev/null and b/examples/various/spacecraft_interview/angie.mp3 differ diff --git a/examples/various/spacecraft_interview/daniel.mp3 b/examples/various/spacecraft_interview/daniel.mp3 new file mode 100644 index 0000000..30688d5 Binary files /dev/null and b/examples/various/spacecraft_interview/daniel.mp3 differ diff --git a/examples/various/spacecraft_interview/deniro.mp3 b/examples/various/spacecraft_interview/deniro.mp3 new file mode 100644 index 0000000..d634bf0 Binary files /dev/null and b/examples/various/spacecraft_interview/deniro.mp3 differ diff --git a/examples/various/spacecraft_interview/emma.mp3 b/examples/various/spacecraft_interview/emma.mp3 new file mode 100644 index 0000000..a1c1078 Binary files /dev/null and b/examples/various/spacecraft_interview/emma.mp3 differ diff --git a/examples/various/spacecraft_interview/freeman.mp3 b/examples/various/spacecraft_interview/freeman.mp3 new file mode 100644 index 0000000..bd4dca5 Binary files /dev/null and b/examples/various/spacecraft_interview/freeman.mp3 differ diff --git a/examples/various/spacecraft_interview/geralt.mp3 b/examples/various/spacecraft_interview/geralt.mp3 new file mode 100644 index 0000000..84175b5 Binary files /dev/null and b/examples/various/spacecraft_interview/geralt.mp3 differ diff --git a/examples/various/spacecraft_interview/grace_train.mp3 b/examples/various/spacecraft_interview/grace_train.mp3 new file mode 100644 index 0000000..53f9364 Binary files /dev/null and b/examples/various/spacecraft_interview/grace_train.mp3 differ diff --git a/examples/various/spacecraft_interview/halle.mp3 b/examples/various/spacecraft_interview/halle.mp3 new file mode 100644 index 0000000..e0ff6d5 Binary files /dev/null and b/examples/various/spacecraft_interview/halle.mp3 differ diff --git a/examples/various/spacecraft_interview/jlaw.mp3 b/examples/various/spacecraft_interview/jlaw.mp3 new file mode 100644 index 0000000..83e3327 Binary files /dev/null and b/examples/various/spacecraft_interview/jlaw.mp3 differ diff --git a/examples/various/spacecraft_interview/lj.mp3 b/examples/various/spacecraft_interview/lj.mp3 new file mode 100644 index 0000000..8d1ea94 Binary files /dev/null and b/examples/various/spacecraft_interview/lj.mp3 differ diff --git a/examples/various/spacecraft_interview/myself.mp3 b/examples/various/spacecraft_interview/myself.mp3 new file mode 100644 index 0000000..d295b68 Binary files /dev/null and b/examples/various/spacecraft_interview/myself.mp3 differ diff --git a/examples/various/spacecraft_interview/pat.mp3 b/examples/various/spacecraft_interview/pat.mp3 new file mode 100644 index 0000000..be5098d Binary files /dev/null and b/examples/various/spacecraft_interview/pat.mp3 differ diff --git a/examples/various/spacecraft_interview/snakes.mp3 b/examples/various/spacecraft_interview/snakes.mp3 new file mode 100644 index 0000000..2427a45 Binary files /dev/null and b/examples/various/spacecraft_interview/snakes.mp3 differ diff --git a/examples/various/spacecraft_interview/tom.mp3 b/examples/various/spacecraft_interview/tom.mp3 new file mode 100644 index 0000000..bbde147 Binary files /dev/null and b/examples/various/spacecraft_interview/tom.mp3 differ diff --git a/examples/various/spacecraft_interview/train_atkins.mp3 b/examples/various/spacecraft_interview/train_atkins.mp3 new file mode 100644 index 0000000..3e316f1 Binary files /dev/null and b/examples/various/spacecraft_interview/train_atkins.mp3 differ diff --git a/examples/various/spacecraft_interview/train_dotrice.mp3 b/examples/various/spacecraft_interview/train_dotrice.mp3 new file mode 100644 index 0000000..4547c5d Binary files /dev/null and b/examples/various/spacecraft_interview/train_dotrice.mp3 differ diff --git a/examples/various/spacecraft_interview/train_kennard.mp3 b/examples/various/spacecraft_interview/train_kennard.mp3 new file mode 100644 index 0000000..0acf839 Binary files /dev/null and b/examples/various/spacecraft_interview/train_kennard.mp3 differ diff --git a/examples/various/spacecraft_interview/weaver.mp3 b/examples/various/spacecraft_interview/weaver.mp3 new file mode 100644 index 0000000..6937b91 Binary files /dev/null and b/examples/various/spacecraft_interview/weaver.mp3 differ diff --git a/examples/various/spacecraft_interview/william.mp3 b/examples/various/spacecraft_interview/william.mp3 new file mode 100644 index 0000000..cdd7e07 Binary files /dev/null and b/examples/various/spacecraft_interview/william.mp3 differ diff --git a/examples/various/tacotron2_sample1/angie.mp3 b/examples/various/tacotron2_sample1/angie.mp3 new file mode 100644 index 0000000..69faecf Binary files /dev/null and b/examples/various/tacotron2_sample1/angie.mp3 differ diff --git a/examples/various/tacotron2_sample1/daniel.mp3 b/examples/various/tacotron2_sample1/daniel.mp3 new file mode 100644 index 0000000..5b20268 Binary files /dev/null and b/examples/various/tacotron2_sample1/daniel.mp3 differ diff --git a/examples/various/tacotron2_sample1/deniro.mp3 b/examples/various/tacotron2_sample1/deniro.mp3 new file mode 100644 index 0000000..8da37ff Binary files /dev/null and b/examples/various/tacotron2_sample1/deniro.mp3 differ diff --git a/examples/various/tacotron2_sample1/emma.mp3 b/examples/various/tacotron2_sample1/emma.mp3 new file mode 100644 index 0000000..e881857 Binary files /dev/null and b/examples/various/tacotron2_sample1/emma.mp3 differ diff --git a/examples/various/tacotron2_sample1/freeman.mp3 b/examples/various/tacotron2_sample1/freeman.mp3 new file mode 100644 index 0000000..0d3653e Binary files /dev/null and b/examples/various/tacotron2_sample1/freeman.mp3 differ diff --git a/examples/various/tacotron2_sample1/geralt.mp3 b/examples/various/tacotron2_sample1/geralt.mp3 new file mode 100644 index 0000000..9160da8 Binary files /dev/null and b/examples/various/tacotron2_sample1/geralt.mp3 differ diff --git a/examples/various/tacotron2_sample1/grace_train.mp3 b/examples/various/tacotron2_sample1/grace_train.mp3 new file mode 100644 index 0000000..4891ce3 Binary files /dev/null and b/examples/various/tacotron2_sample1/grace_train.mp3 differ diff --git a/examples/various/tacotron2_sample1/halle.mp3 b/examples/various/tacotron2_sample1/halle.mp3 new file mode 100644 index 0000000..dcbbcf3 Binary files /dev/null and b/examples/various/tacotron2_sample1/halle.mp3 differ diff --git a/examples/various/tacotron2_sample1/jlaw.mp3 b/examples/various/tacotron2_sample1/jlaw.mp3 new file mode 100644 index 0000000..c9dbbc3 Binary files /dev/null and b/examples/various/tacotron2_sample1/jlaw.mp3 differ diff --git a/examples/various/tacotron2_sample1/lj.mp3 b/examples/various/tacotron2_sample1/lj.mp3 new file mode 100644 index 0000000..7dc0f49 Binary files /dev/null and b/examples/various/tacotron2_sample1/lj.mp3 differ diff --git a/examples/various/tacotron2_sample1/myself.mp3 b/examples/various/tacotron2_sample1/myself.mp3 new file mode 100644 index 0000000..291394e Binary files /dev/null and b/examples/various/tacotron2_sample1/myself.mp3 differ diff --git a/examples/various/tacotron2_sample1/pat.mp3 b/examples/various/tacotron2_sample1/pat.mp3 new file mode 100644 index 0000000..ee5ec06 Binary files /dev/null and b/examples/various/tacotron2_sample1/pat.mp3 differ diff --git a/examples/various/tacotron2_sample1/snakes.mp3 b/examples/various/tacotron2_sample1/snakes.mp3 new file mode 100644 index 0000000..7ebbb84 Binary files /dev/null and b/examples/various/tacotron2_sample1/snakes.mp3 differ diff --git a/examples/various/tacotron2_sample1/tom.mp3 b/examples/various/tacotron2_sample1/tom.mp3 new file mode 100644 index 0000000..6bc369d Binary files /dev/null and b/examples/various/tacotron2_sample1/tom.mp3 differ diff --git a/examples/various/tacotron2_sample1/train_atkins.mp3 b/examples/various/tacotron2_sample1/train_atkins.mp3 new file mode 100644 index 0000000..9cee843 Binary files /dev/null and b/examples/various/tacotron2_sample1/train_atkins.mp3 differ diff --git a/examples/various/tacotron2_sample1/train_dotrice.mp3 b/examples/various/tacotron2_sample1/train_dotrice.mp3 new file mode 100644 index 0000000..5159064 Binary files /dev/null and b/examples/various/tacotron2_sample1/train_dotrice.mp3 differ diff --git a/examples/various/tacotron2_sample1/train_kennard.mp3 b/examples/various/tacotron2_sample1/train_kennard.mp3 new file mode 100644 index 0000000..dc35554 Binary files /dev/null and b/examples/various/tacotron2_sample1/train_kennard.mp3 differ diff --git a/examples/various/tacotron2_sample1/weaver.mp3 b/examples/various/tacotron2_sample1/weaver.mp3 new file mode 100644 index 0000000..e115a74 Binary files /dev/null and b/examples/various/tacotron2_sample1/weaver.mp3 differ diff --git a/examples/various/tacotron2_sample1/william.mp3 b/examples/various/tacotron2_sample1/william.mp3 new file mode 100644 index 0000000..b42a8ee Binary files /dev/null and b/examples/various/tacotron2_sample1/william.mp3 differ diff --git a/examples/various/tacotron2_sample2/angie.mp3 b/examples/various/tacotron2_sample2/angie.mp3 new file mode 100644 index 0000000..b173019 Binary files /dev/null and b/examples/various/tacotron2_sample2/angie.mp3 differ diff --git a/examples/various/tacotron2_sample2/daniel.mp3 b/examples/various/tacotron2_sample2/daniel.mp3 new file mode 100644 index 0000000..59a5a02 Binary files /dev/null and b/examples/various/tacotron2_sample2/daniel.mp3 differ diff --git a/examples/various/tacotron2_sample2/deniro.mp3 b/examples/various/tacotron2_sample2/deniro.mp3 new file mode 100644 index 0000000..b03a248 Binary files /dev/null and b/examples/various/tacotron2_sample2/deniro.mp3 differ diff --git a/examples/various/tacotron2_sample2/emma.mp3 b/examples/various/tacotron2_sample2/emma.mp3 new file mode 100644 index 0000000..37053d9 Binary files /dev/null and b/examples/various/tacotron2_sample2/emma.mp3 differ diff --git a/examples/various/tacotron2_sample2/freeman.mp3 b/examples/various/tacotron2_sample2/freeman.mp3 new file mode 100644 index 0000000..47a3fff Binary files /dev/null and b/examples/various/tacotron2_sample2/freeman.mp3 differ diff --git a/examples/various/tacotron2_sample2/geralt.mp3 b/examples/various/tacotron2_sample2/geralt.mp3 new file mode 100644 index 0000000..5fa80e5 Binary files /dev/null and b/examples/various/tacotron2_sample2/geralt.mp3 differ diff --git a/examples/various/tacotron2_sample2/grace_train.mp3 b/examples/various/tacotron2_sample2/grace_train.mp3 new file mode 100644 index 0000000..60cbade Binary files /dev/null and b/examples/various/tacotron2_sample2/grace_train.mp3 differ diff --git a/examples/various/tacotron2_sample2/halle.mp3 b/examples/various/tacotron2_sample2/halle.mp3 new file mode 100644 index 0000000..2bbf8a9 Binary files /dev/null and b/examples/various/tacotron2_sample2/halle.mp3 differ diff --git a/examples/various/tacotron2_sample2/jlaw.mp3 b/examples/various/tacotron2_sample2/jlaw.mp3 new file mode 100644 index 0000000..3239dab Binary files /dev/null and b/examples/various/tacotron2_sample2/jlaw.mp3 differ diff --git a/examples/various/tacotron2_sample2/lj.mp3 b/examples/various/tacotron2_sample2/lj.mp3 new file mode 100644 index 0000000..18cfbd7 Binary files /dev/null and b/examples/various/tacotron2_sample2/lj.mp3 differ diff --git a/examples/various/tacotron2_sample2/myself.mp3 b/examples/various/tacotron2_sample2/myself.mp3 new file mode 100644 index 0000000..fc00f74 Binary files /dev/null and b/examples/various/tacotron2_sample2/myself.mp3 differ diff --git a/examples/various/tacotron2_sample2/pat.mp3 b/examples/various/tacotron2_sample2/pat.mp3 new file mode 100644 index 0000000..fc6bea6 Binary files /dev/null and b/examples/various/tacotron2_sample2/pat.mp3 differ diff --git a/examples/various/tacotron2_sample2/snakes.mp3 b/examples/various/tacotron2_sample2/snakes.mp3 new file mode 100644 index 0000000..7bf2b5a Binary files /dev/null and b/examples/various/tacotron2_sample2/snakes.mp3 differ diff --git a/examples/various/tacotron2_sample2/tom.mp3 b/examples/various/tacotron2_sample2/tom.mp3 new file mode 100644 index 0000000..2548ee9 Binary files /dev/null and b/examples/various/tacotron2_sample2/tom.mp3 differ diff --git a/examples/various/tacotron2_sample2/train_atkins.mp3 b/examples/various/tacotron2_sample2/train_atkins.mp3 new file mode 100644 index 0000000..3f31580 Binary files /dev/null and b/examples/various/tacotron2_sample2/train_atkins.mp3 differ diff --git a/examples/various/tacotron2_sample2/train_dotrice.mp3 b/examples/various/tacotron2_sample2/train_dotrice.mp3 new file mode 100644 index 0000000..b729e73 Binary files /dev/null and b/examples/various/tacotron2_sample2/train_dotrice.mp3 differ diff --git a/examples/various/tacotron2_sample2/train_kennard.mp3 b/examples/various/tacotron2_sample2/train_kennard.mp3 new file mode 100644 index 0000000..d35f668 Binary files /dev/null and b/examples/various/tacotron2_sample2/train_kennard.mp3 differ diff --git a/examples/various/tacotron2_sample2/weaver.mp3 b/examples/various/tacotron2_sample2/weaver.mp3 new file mode 100644 index 0000000..42502d6 Binary files /dev/null and b/examples/various/tacotron2_sample2/weaver.mp3 differ diff --git a/examples/various/tacotron2_sample2/william.mp3 b/examples/various/tacotron2_sample2/william.mp3 new file mode 100644 index 0000000..7f2941a Binary files /dev/null and b/examples/various/tacotron2_sample2/william.mp3 differ diff --git a/examples/various/tacotron2_sample3/angie.mp3 b/examples/various/tacotron2_sample3/angie.mp3 new file mode 100644 index 0000000..e273bf3 Binary files /dev/null and b/examples/various/tacotron2_sample3/angie.mp3 differ diff --git a/examples/various/tacotron2_sample3/daniel.mp3 b/examples/various/tacotron2_sample3/daniel.mp3 new file mode 100644 index 0000000..060a5e0 Binary files /dev/null and b/examples/various/tacotron2_sample3/daniel.mp3 differ diff --git a/examples/various/tacotron2_sample3/deniro.mp3 b/examples/various/tacotron2_sample3/deniro.mp3 new file mode 100644 index 0000000..8152932 Binary files /dev/null and b/examples/various/tacotron2_sample3/deniro.mp3 differ diff --git a/examples/various/tacotron2_sample3/emma.mp3 b/examples/various/tacotron2_sample3/emma.mp3 new file mode 100644 index 0000000..9ace3f4 Binary files /dev/null and b/examples/various/tacotron2_sample3/emma.mp3 differ diff --git a/examples/various/tacotron2_sample3/freeman.mp3 b/examples/various/tacotron2_sample3/freeman.mp3 new file mode 100644 index 0000000..55d24d2 Binary files /dev/null and b/examples/various/tacotron2_sample3/freeman.mp3 differ diff --git a/examples/various/tacotron2_sample3/geralt.mp3 b/examples/various/tacotron2_sample3/geralt.mp3 new file mode 100644 index 0000000..4faab91 Binary files /dev/null and b/examples/various/tacotron2_sample3/geralt.mp3 differ diff --git a/examples/various/tacotron2_sample3/grace_train.mp3 b/examples/various/tacotron2_sample3/grace_train.mp3 new file mode 100644 index 0000000..5787e67 Binary files /dev/null and b/examples/various/tacotron2_sample3/grace_train.mp3 differ diff --git a/examples/various/tacotron2_sample3/halle.mp3 b/examples/various/tacotron2_sample3/halle.mp3 new file mode 100644 index 0000000..79a3b21 Binary files /dev/null and b/examples/various/tacotron2_sample3/halle.mp3 differ diff --git a/examples/various/tacotron2_sample3/jlaw.mp3 b/examples/various/tacotron2_sample3/jlaw.mp3 new file mode 100644 index 0000000..12a4e1e Binary files /dev/null and b/examples/various/tacotron2_sample3/jlaw.mp3 differ diff --git a/examples/various/tacotron2_sample3/lj.mp3 b/examples/various/tacotron2_sample3/lj.mp3 new file mode 100644 index 0000000..73d70d2 Binary files /dev/null and b/examples/various/tacotron2_sample3/lj.mp3 differ diff --git a/examples/various/tacotron2_sample3/myself.mp3 b/examples/various/tacotron2_sample3/myself.mp3 new file mode 100644 index 0000000..9778968 Binary files /dev/null and b/examples/various/tacotron2_sample3/myself.mp3 differ diff --git a/examples/various/tacotron2_sample3/pat.mp3 b/examples/various/tacotron2_sample3/pat.mp3 new file mode 100644 index 0000000..ea16bef Binary files /dev/null and b/examples/various/tacotron2_sample3/pat.mp3 differ diff --git a/examples/various/tacotron2_sample3/snakes.mp3 b/examples/various/tacotron2_sample3/snakes.mp3 new file mode 100644 index 0000000..65af778 Binary files /dev/null and b/examples/various/tacotron2_sample3/snakes.mp3 differ diff --git a/examples/various/tacotron2_sample3/tom.mp3 b/examples/various/tacotron2_sample3/tom.mp3 new file mode 100644 index 0000000..a387e10 Binary files /dev/null and b/examples/various/tacotron2_sample3/tom.mp3 differ diff --git a/examples/various/tacotron2_sample3/train_atkins.mp3 b/examples/various/tacotron2_sample3/train_atkins.mp3 new file mode 100644 index 0000000..da7fe35 Binary files /dev/null and b/examples/various/tacotron2_sample3/train_atkins.mp3 differ diff --git a/examples/various/tacotron2_sample3/train_dotrice.mp3 b/examples/various/tacotron2_sample3/train_dotrice.mp3 new file mode 100644 index 0000000..97de6cc Binary files /dev/null and b/examples/various/tacotron2_sample3/train_dotrice.mp3 differ diff --git a/examples/various/tacotron2_sample3/train_kennard.mp3 b/examples/various/tacotron2_sample3/train_kennard.mp3 new file mode 100644 index 0000000..55803b2 Binary files /dev/null and b/examples/various/tacotron2_sample3/train_kennard.mp3 differ diff --git a/examples/various/tacotron2_sample3/weaver.mp3 b/examples/various/tacotron2_sample3/weaver.mp3 new file mode 100644 index 0000000..c96541f Binary files /dev/null and b/examples/various/tacotron2_sample3/weaver.mp3 differ diff --git a/examples/various/tacotron2_sample3/william.mp3 b/examples/various/tacotron2_sample3/william.mp3 new file mode 100644 index 0000000..9171389 Binary files /dev/null and b/examples/various/tacotron2_sample3/william.mp3 differ diff --git a/examples/various/tacotron2_sample4/angie.mp3 b/examples/various/tacotron2_sample4/angie.mp3 new file mode 100644 index 0000000..d0a3b83 Binary files /dev/null and b/examples/various/tacotron2_sample4/angie.mp3 differ diff --git a/examples/various/tacotron2_sample4/daniel.mp3 b/examples/various/tacotron2_sample4/daniel.mp3 new file mode 100644 index 0000000..2e84c55 Binary files /dev/null and b/examples/various/tacotron2_sample4/daniel.mp3 differ diff --git a/examples/various/tacotron2_sample4/deniro.mp3 b/examples/various/tacotron2_sample4/deniro.mp3 new file mode 100644 index 0000000..6bd8725 Binary files /dev/null and b/examples/various/tacotron2_sample4/deniro.mp3 differ diff --git a/examples/various/tacotron2_sample4/emma.mp3 b/examples/various/tacotron2_sample4/emma.mp3 new file mode 100644 index 0000000..37d349f Binary files /dev/null and b/examples/various/tacotron2_sample4/emma.mp3 differ diff --git a/examples/various/tacotron2_sample4/freeman.mp3 b/examples/various/tacotron2_sample4/freeman.mp3 new file mode 100644 index 0000000..70d94c9 Binary files /dev/null and b/examples/various/tacotron2_sample4/freeman.mp3 differ diff --git a/examples/various/tacotron2_sample4/geralt.mp3 b/examples/various/tacotron2_sample4/geralt.mp3 new file mode 100644 index 0000000..48a3111 Binary files /dev/null and b/examples/various/tacotron2_sample4/geralt.mp3 differ diff --git a/examples/various/tacotron2_sample4/grace_train.mp3 b/examples/various/tacotron2_sample4/grace_train.mp3 new file mode 100644 index 0000000..5d4aa15 Binary files /dev/null and b/examples/various/tacotron2_sample4/grace_train.mp3 differ diff --git a/examples/various/tacotron2_sample4/halle.mp3 b/examples/various/tacotron2_sample4/halle.mp3 new file mode 100644 index 0000000..8983eb2 Binary files /dev/null and b/examples/various/tacotron2_sample4/halle.mp3 differ diff --git a/examples/various/tacotron2_sample4/jlaw.mp3 b/examples/various/tacotron2_sample4/jlaw.mp3 new file mode 100644 index 0000000..b7876d8 Binary files /dev/null and b/examples/various/tacotron2_sample4/jlaw.mp3 differ diff --git a/examples/various/tacotron2_sample4/lj.mp3 b/examples/various/tacotron2_sample4/lj.mp3 new file mode 100644 index 0000000..d8632ae Binary files /dev/null and b/examples/various/tacotron2_sample4/lj.mp3 differ diff --git a/examples/various/tacotron2_sample4/myself.mp3 b/examples/various/tacotron2_sample4/myself.mp3 new file mode 100644 index 0000000..c6655e4 Binary files /dev/null and b/examples/various/tacotron2_sample4/myself.mp3 differ diff --git a/examples/various/tacotron2_sample4/pat.mp3 b/examples/various/tacotron2_sample4/pat.mp3 new file mode 100644 index 0000000..3bc96d1 Binary files /dev/null and b/examples/various/tacotron2_sample4/pat.mp3 differ diff --git a/examples/various/tacotron2_sample4/snakes.mp3 b/examples/various/tacotron2_sample4/snakes.mp3 new file mode 100644 index 0000000..768ea83 Binary files /dev/null and b/examples/various/tacotron2_sample4/snakes.mp3 differ diff --git a/examples/various/tacotron2_sample4/tom.mp3 b/examples/various/tacotron2_sample4/tom.mp3 new file mode 100644 index 0000000..1fbf113 Binary files /dev/null and b/examples/various/tacotron2_sample4/tom.mp3 differ diff --git a/examples/various/tacotron2_sample4/train_atkins.mp3 b/examples/various/tacotron2_sample4/train_atkins.mp3 new file mode 100644 index 0000000..850973b Binary files /dev/null and b/examples/various/tacotron2_sample4/train_atkins.mp3 differ diff --git a/examples/various/tacotron2_sample4/train_dotrice.mp3 b/examples/various/tacotron2_sample4/train_dotrice.mp3 new file mode 100644 index 0000000..9da2c93 Binary files /dev/null and b/examples/various/tacotron2_sample4/train_dotrice.mp3 differ diff --git a/examples/various/tacotron2_sample4/train_kennard.mp3 b/examples/various/tacotron2_sample4/train_kennard.mp3 new file mode 100644 index 0000000..cfbedd4 Binary files /dev/null and b/examples/various/tacotron2_sample4/train_kennard.mp3 differ diff --git a/examples/various/tacotron2_sample4/weaver.mp3 b/examples/various/tacotron2_sample4/weaver.mp3 new file mode 100644 index 0000000..894a4f8 Binary files /dev/null and b/examples/various/tacotron2_sample4/weaver.mp3 differ diff --git a/examples/various/tacotron2_sample4/william.mp3 b/examples/various/tacotron2_sample4/william.mp3 new file mode 100644 index 0000000..b49fdb9 Binary files /dev/null and b/examples/various/tacotron2_sample4/william.mp3 differ diff --git a/examples/various/watts_this_is_the_real_secret_of_life/angie.mp3 b/examples/various/watts_this_is_the_real_secret_of_life/angie.mp3 new file mode 100644 index 0000000..82d554c Binary files /dev/null and b/examples/various/watts_this_is_the_real_secret_of_life/angie.mp3 differ diff --git a/examples/various/watts_this_is_the_real_secret_of_life/daniel.mp3 b/examples/various/watts_this_is_the_real_secret_of_life/daniel.mp3 new file mode 100644 index 0000000..0bd5e63 Binary files /dev/null and b/examples/various/watts_this_is_the_real_secret_of_life/daniel.mp3 differ diff --git a/examples/various/watts_this_is_the_real_secret_of_life/deniro.mp3 b/examples/various/watts_this_is_the_real_secret_of_life/deniro.mp3 new file mode 100644 index 0000000..953151f Binary files /dev/null and b/examples/various/watts_this_is_the_real_secret_of_life/deniro.mp3 differ diff --git a/examples/various/watts_this_is_the_real_secret_of_life/emma.mp3 b/examples/various/watts_this_is_the_real_secret_of_life/emma.mp3 new file mode 100644 index 0000000..13c43db Binary files /dev/null and b/examples/various/watts_this_is_the_real_secret_of_life/emma.mp3 differ diff --git a/examples/various/watts_this_is_the_real_secret_of_life/freeman.mp3 b/examples/various/watts_this_is_the_real_secret_of_life/freeman.mp3 new file mode 100644 index 0000000..c4cef5f Binary files /dev/null and b/examples/various/watts_this_is_the_real_secret_of_life/freeman.mp3 differ diff --git a/examples/various/watts_this_is_the_real_secret_of_life/geralt.mp3 b/examples/various/watts_this_is_the_real_secret_of_life/geralt.mp3 new file mode 100644 index 0000000..7e7bf5d Binary files /dev/null and b/examples/various/watts_this_is_the_real_secret_of_life/geralt.mp3 differ diff --git a/examples/various/watts_this_is_the_real_secret_of_life/grace_train.mp3 b/examples/various/watts_this_is_the_real_secret_of_life/grace_train.mp3 new file mode 100644 index 0000000..5d03929 Binary files /dev/null and b/examples/various/watts_this_is_the_real_secret_of_life/grace_train.mp3 differ diff --git a/examples/various/watts_this_is_the_real_secret_of_life/halle.mp3 b/examples/various/watts_this_is_the_real_secret_of_life/halle.mp3 new file mode 100644 index 0000000..1ea810c Binary files /dev/null and b/examples/various/watts_this_is_the_real_secret_of_life/halle.mp3 differ diff --git a/examples/various/watts_this_is_the_real_secret_of_life/jlaw.mp3 b/examples/various/watts_this_is_the_real_secret_of_life/jlaw.mp3 new file mode 100644 index 0000000..e23272e Binary files /dev/null and b/examples/various/watts_this_is_the_real_secret_of_life/jlaw.mp3 differ diff --git a/examples/various/watts_this_is_the_real_secret_of_life/lj.mp3 b/examples/various/watts_this_is_the_real_secret_of_life/lj.mp3 new file mode 100644 index 0000000..70a6a71 Binary files /dev/null and b/examples/various/watts_this_is_the_real_secret_of_life/lj.mp3 differ diff --git a/examples/various/watts_this_is_the_real_secret_of_life/myself.mp3 b/examples/various/watts_this_is_the_real_secret_of_life/myself.mp3 new file mode 100644 index 0000000..33415a4 Binary files /dev/null and b/examples/various/watts_this_is_the_real_secret_of_life/myself.mp3 differ diff --git a/examples/various/watts_this_is_the_real_secret_of_life/pat.mp3 b/examples/various/watts_this_is_the_real_secret_of_life/pat.mp3 new file mode 100644 index 0000000..1e073bd Binary files /dev/null and b/examples/various/watts_this_is_the_real_secret_of_life/pat.mp3 differ diff --git a/examples/various/watts_this_is_the_real_secret_of_life/snakes.mp3 b/examples/various/watts_this_is_the_real_secret_of_life/snakes.mp3 new file mode 100644 index 0000000..1e9a9d5 Binary files /dev/null and b/examples/various/watts_this_is_the_real_secret_of_life/snakes.mp3 differ diff --git a/examples/various/watts_this_is_the_real_secret_of_life/tom.mp3 b/examples/various/watts_this_is_the_real_secret_of_life/tom.mp3 new file mode 100644 index 0000000..f208bdb Binary files /dev/null and b/examples/various/watts_this_is_the_real_secret_of_life/tom.mp3 differ diff --git a/examples/various/watts_this_is_the_real_secret_of_life/train_atkins.mp3 b/examples/various/watts_this_is_the_real_secret_of_life/train_atkins.mp3 new file mode 100644 index 0000000..672bb75 Binary files /dev/null and b/examples/various/watts_this_is_the_real_secret_of_life/train_atkins.mp3 differ diff --git a/examples/various/watts_this_is_the_real_secret_of_life/train_dotrice.mp3 b/examples/various/watts_this_is_the_real_secret_of_life/train_dotrice.mp3 new file mode 100644 index 0000000..e91fba9 Binary files /dev/null and b/examples/various/watts_this_is_the_real_secret_of_life/train_dotrice.mp3 differ diff --git a/examples/various/watts_this_is_the_real_secret_of_life/train_kennard.mp3 b/examples/various/watts_this_is_the_real_secret_of_life/train_kennard.mp3 new file mode 100644 index 0000000..69a3b4a Binary files /dev/null and b/examples/various/watts_this_is_the_real_secret_of_life/train_kennard.mp3 differ diff --git a/examples/various/watts_this_is_the_real_secret_of_life/weaver.mp3 b/examples/various/watts_this_is_the_real_secret_of_life/weaver.mp3 new file mode 100644 index 0000000..41ba690 Binary files /dev/null and b/examples/various/watts_this_is_the_real_secret_of_life/weaver.mp3 differ diff --git a/examples/various/watts_this_is_the_real_secret_of_life/william.mp3 b/examples/various/watts_this_is_the_real_secret_of_life/william.mp3 new file mode 100644 index 0000000..6717b9d Binary files /dev/null and b/examples/various/watts_this_is_the_real_secret_of_life/william.mp3 differ diff --git a/examples/various/wilde_nowadays_people_know_the_price/angie.mp3 b/examples/various/wilde_nowadays_people_know_the_price/angie.mp3 new file mode 100644 index 0000000..a654e45 Binary files /dev/null and b/examples/various/wilde_nowadays_people_know_the_price/angie.mp3 differ diff --git a/examples/various/wilde_nowadays_people_know_the_price/daniel.mp3 b/examples/various/wilde_nowadays_people_know_the_price/daniel.mp3 new file mode 100644 index 0000000..84e9b5e Binary files /dev/null and b/examples/various/wilde_nowadays_people_know_the_price/daniel.mp3 differ diff --git a/examples/various/wilde_nowadays_people_know_the_price/deniro.mp3 b/examples/various/wilde_nowadays_people_know_the_price/deniro.mp3 new file mode 100644 index 0000000..2203b70 Binary files /dev/null and b/examples/various/wilde_nowadays_people_know_the_price/deniro.mp3 differ diff --git a/examples/various/wilde_nowadays_people_know_the_price/emma.mp3 b/examples/various/wilde_nowadays_people_know_the_price/emma.mp3 new file mode 100644 index 0000000..0d317d1 Binary files /dev/null and b/examples/various/wilde_nowadays_people_know_the_price/emma.mp3 differ diff --git a/examples/various/wilde_nowadays_people_know_the_price/freeman.mp3 b/examples/various/wilde_nowadays_people_know_the_price/freeman.mp3 new file mode 100644 index 0000000..95b08b1 Binary files /dev/null and b/examples/various/wilde_nowadays_people_know_the_price/freeman.mp3 differ diff --git a/examples/various/wilde_nowadays_people_know_the_price/geralt.mp3 b/examples/various/wilde_nowadays_people_know_the_price/geralt.mp3 new file mode 100644 index 0000000..7125761 Binary files /dev/null and b/examples/various/wilde_nowadays_people_know_the_price/geralt.mp3 differ diff --git a/examples/various/wilde_nowadays_people_know_the_price/grace_train.mp3 b/examples/various/wilde_nowadays_people_know_the_price/grace_train.mp3 new file mode 100644 index 0000000..722d7ef Binary files /dev/null and b/examples/various/wilde_nowadays_people_know_the_price/grace_train.mp3 differ diff --git a/examples/various/wilde_nowadays_people_know_the_price/halle.mp3 b/examples/various/wilde_nowadays_people_know_the_price/halle.mp3 new file mode 100644 index 0000000..f280f68 Binary files /dev/null and b/examples/various/wilde_nowadays_people_know_the_price/halle.mp3 differ diff --git a/examples/various/wilde_nowadays_people_know_the_price/jlaw.mp3 b/examples/various/wilde_nowadays_people_know_the_price/jlaw.mp3 new file mode 100644 index 0000000..897e559 Binary files /dev/null and b/examples/various/wilde_nowadays_people_know_the_price/jlaw.mp3 differ diff --git a/examples/various/wilde_nowadays_people_know_the_price/lj.mp3 b/examples/various/wilde_nowadays_people_know_the_price/lj.mp3 new file mode 100644 index 0000000..94d60bf Binary files /dev/null and b/examples/various/wilde_nowadays_people_know_the_price/lj.mp3 differ diff --git a/examples/various/wilde_nowadays_people_know_the_price/myself.mp3 b/examples/various/wilde_nowadays_people_know_the_price/myself.mp3 new file mode 100644 index 0000000..26c4e7f Binary files /dev/null and b/examples/various/wilde_nowadays_people_know_the_price/myself.mp3 differ diff --git a/examples/various/wilde_nowadays_people_know_the_price/pat.mp3 b/examples/various/wilde_nowadays_people_know_the_price/pat.mp3 new file mode 100644 index 0000000..a40338c Binary files /dev/null and b/examples/various/wilde_nowadays_people_know_the_price/pat.mp3 differ diff --git a/examples/various/wilde_nowadays_people_know_the_price/snakes.mp3 b/examples/various/wilde_nowadays_people_know_the_price/snakes.mp3 new file mode 100644 index 0000000..d0e1a6c Binary files /dev/null and b/examples/various/wilde_nowadays_people_know_the_price/snakes.mp3 differ diff --git a/examples/various/wilde_nowadays_people_know_the_price/tom.mp3 b/examples/various/wilde_nowadays_people_know_the_price/tom.mp3 new file mode 100644 index 0000000..3a4e274 Binary files /dev/null and b/examples/various/wilde_nowadays_people_know_the_price/tom.mp3 differ diff --git a/examples/various/wilde_nowadays_people_know_the_price/train_atkins.mp3 b/examples/various/wilde_nowadays_people_know_the_price/train_atkins.mp3 new file mode 100644 index 0000000..a7ae9ee Binary files /dev/null and b/examples/various/wilde_nowadays_people_know_the_price/train_atkins.mp3 differ diff --git a/examples/various/wilde_nowadays_people_know_the_price/train_dotrice.mp3 b/examples/various/wilde_nowadays_people_know_the_price/train_dotrice.mp3 new file mode 100644 index 0000000..61966f4 Binary files /dev/null and b/examples/various/wilde_nowadays_people_know_the_price/train_dotrice.mp3 differ diff --git a/examples/various/wilde_nowadays_people_know_the_price/train_kennard.mp3 b/examples/various/wilde_nowadays_people_know_the_price/train_kennard.mp3 new file mode 100644 index 0000000..19f051f Binary files /dev/null and b/examples/various/wilde_nowadays_people_know_the_price/train_kennard.mp3 differ diff --git a/examples/various/wilde_nowadays_people_know_the_price/weaver.mp3 b/examples/various/wilde_nowadays_people_know_the_price/weaver.mp3 new file mode 100644 index 0000000..4d3779f Binary files /dev/null and b/examples/various/wilde_nowadays_people_know_the_price/weaver.mp3 differ diff --git a/examples/various/wilde_nowadays_people_know_the_price/william.mp3 b/examples/various/wilde_nowadays_people_know_the_price/william.mp3 new file mode 100644 index 0000000..9f72919 Binary files /dev/null and b/examples/various/wilde_nowadays_people_know_the_price/william.mp3 differ diff --git a/tortoise/data/mel_norms.pth b/tortoise/data/mel_norms.pth new file mode 100644 index 0000000..d8c7321 Binary files /dev/null and b/tortoise/data/mel_norms.pth differ diff --git a/tortoise/voices/angie/1.wav b/tortoise/voices/angie/1.wav new file mode 100644 index 0000000..6f8480a Binary files /dev/null and b/tortoise/voices/angie/1.wav differ diff --git a/tortoise/voices/angie/2.wav b/tortoise/voices/angie/2.wav new file mode 100644 index 0000000..f053ebd Binary files /dev/null and b/tortoise/voices/angie/2.wav differ diff --git a/tortoise/voices/angie/3.wav b/tortoise/voices/angie/3.wav new file mode 100644 index 0000000..a5e3fc1 Binary files /dev/null and b/tortoise/voices/angie/3.wav differ diff --git a/tortoise/voices/daniel/1.wav b/tortoise/voices/daniel/1.wav new file mode 100644 index 0000000..eb0881e Binary files /dev/null and b/tortoise/voices/daniel/1.wav differ diff --git a/tortoise/voices/daniel/2.wav b/tortoise/voices/daniel/2.wav new file mode 100644 index 0000000..6774359 Binary files /dev/null and b/tortoise/voices/daniel/2.wav differ diff --git a/tortoise/voices/daniel/3.wav b/tortoise/voices/daniel/3.wav new file mode 100644 index 0000000..9c1d7e9 Binary files /dev/null and b/tortoise/voices/daniel/3.wav differ diff --git a/tortoise/voices/daniel/4.wav b/tortoise/voices/daniel/4.wav new file mode 100644 index 0000000..bf34df2 Binary files /dev/null and b/tortoise/voices/daniel/4.wav differ diff --git a/tortoise/voices/deniro/1.wav b/tortoise/voices/deniro/1.wav new file mode 100644 index 0000000..391a487 Binary files /dev/null and b/tortoise/voices/deniro/1.wav differ diff --git a/tortoise/voices/deniro/2.wav b/tortoise/voices/deniro/2.wav new file mode 100644 index 0000000..cdc04c5 Binary files /dev/null and b/tortoise/voices/deniro/2.wav differ diff --git a/tortoise/voices/deniro/3.wav b/tortoise/voices/deniro/3.wav new file mode 100644 index 0000000..bbb5737 Binary files /dev/null and b/tortoise/voices/deniro/3.wav differ diff --git a/tortoise/voices/deniro/4.wav b/tortoise/voices/deniro/4.wav new file mode 100644 index 0000000..9847b6e Binary files /dev/null and b/tortoise/voices/deniro/4.wav differ diff --git a/tortoise/voices/emma/1.wav b/tortoise/voices/emma/1.wav new file mode 100644 index 0000000..5acab20 Binary files /dev/null and b/tortoise/voices/emma/1.wav differ diff --git a/tortoise/voices/emma/2.wav b/tortoise/voices/emma/2.wav new file mode 100644 index 0000000..ca7bfe9 Binary files /dev/null and b/tortoise/voices/emma/2.wav differ diff --git a/tortoise/voices/emma/3.wav b/tortoise/voices/emma/3.wav new file mode 100644 index 0000000..5b065fc Binary files /dev/null and b/tortoise/voices/emma/3.wav differ diff --git a/tortoise/voices/freeman/1.wav b/tortoise/voices/freeman/1.wav new file mode 100644 index 0000000..0b6941e Binary files /dev/null and b/tortoise/voices/freeman/1.wav differ diff --git a/tortoise/voices/freeman/2.wav b/tortoise/voices/freeman/2.wav new file mode 100644 index 0000000..7377fd0 Binary files /dev/null and b/tortoise/voices/freeman/2.wav differ diff --git a/tortoise/voices/freeman/3.wav b/tortoise/voices/freeman/3.wav new file mode 100644 index 0000000..889cee8 Binary files /dev/null and b/tortoise/voices/freeman/3.wav differ diff --git a/tortoise/voices/geralt/1.wav b/tortoise/voices/geralt/1.wav new file mode 100644 index 0000000..b263cf4 Binary files /dev/null and b/tortoise/voices/geralt/1.wav differ diff --git a/tortoise/voices/geralt/2.wav b/tortoise/voices/geralt/2.wav new file mode 100644 index 0000000..953459a Binary files /dev/null and b/tortoise/voices/geralt/2.wav differ diff --git a/tortoise/voices/geralt/3.wav b/tortoise/voices/geralt/3.wav new file mode 100644 index 0000000..5a40836 Binary files /dev/null and b/tortoise/voices/geralt/3.wav differ diff --git a/tortoise/voices/halle/1.wav b/tortoise/voices/halle/1.wav new file mode 100644 index 0000000..a023dab Binary files /dev/null and b/tortoise/voices/halle/1.wav differ diff --git a/tortoise/voices/halle/2.wav b/tortoise/voices/halle/2.wav new file mode 100644 index 0000000..07f738a Binary files /dev/null and b/tortoise/voices/halle/2.wav differ diff --git a/tortoise/voices/halle/3.wav b/tortoise/voices/halle/3.wav new file mode 100644 index 0000000..8b79144 Binary files /dev/null and b/tortoise/voices/halle/3.wav differ diff --git a/tortoise/voices/jlaw/1.wav b/tortoise/voices/jlaw/1.wav new file mode 100644 index 0000000..e749d0e Binary files /dev/null and b/tortoise/voices/jlaw/1.wav differ diff --git a/tortoise/voices/jlaw/2.wav b/tortoise/voices/jlaw/2.wav new file mode 100644 index 0000000..7dd51de Binary files /dev/null and b/tortoise/voices/jlaw/2.wav differ diff --git a/tortoise/voices/jlaw/3.wav b/tortoise/voices/jlaw/3.wav new file mode 100644 index 0000000..429230f Binary files /dev/null and b/tortoise/voices/jlaw/3.wav differ diff --git a/tortoise/voices/jlaw/4.wav b/tortoise/voices/jlaw/4.wav new file mode 100644 index 0000000..e475993 Binary files /dev/null and b/tortoise/voices/jlaw/4.wav differ diff --git a/tortoise/voices/lj/1.wav b/tortoise/voices/lj/1.wav new file mode 100644 index 0000000..5d86776 Binary files /dev/null and b/tortoise/voices/lj/1.wav differ diff --git a/tortoise/voices/lj/2.wav b/tortoise/voices/lj/2.wav new file mode 100644 index 0000000..75d66e4 Binary files /dev/null and b/tortoise/voices/lj/2.wav differ diff --git a/tortoise/voices/mol/1.wav b/tortoise/voices/mol/1.wav new file mode 100644 index 0000000..b3244a5 Binary files /dev/null and b/tortoise/voices/mol/1.wav differ diff --git a/tortoise/voices/mol/2.wav b/tortoise/voices/mol/2.wav new file mode 100644 index 0000000..b6d3928 Binary files /dev/null and b/tortoise/voices/mol/2.wav differ diff --git a/tortoise/voices/myself/1.wav b/tortoise/voices/myself/1.wav new file mode 100644 index 0000000..83b7f80 Binary files /dev/null and b/tortoise/voices/myself/1.wav differ diff --git a/tortoise/voices/myself/2.wav b/tortoise/voices/myself/2.wav new file mode 100644 index 0000000..faec7dd Binary files /dev/null and b/tortoise/voices/myself/2.wav differ diff --git a/tortoise/voices/myself/3.wav b/tortoise/voices/myself/3.wav new file mode 100644 index 0000000..374c799 Binary files /dev/null and b/tortoise/voices/myself/3.wav differ diff --git a/tortoise/voices/pat/1.wav b/tortoise/voices/pat/1.wav new file mode 100644 index 0000000..8c80c24 Binary files /dev/null and b/tortoise/voices/pat/1.wav differ diff --git a/tortoise/voices/pat/2.wav b/tortoise/voices/pat/2.wav new file mode 100644 index 0000000..5503b1c Binary files /dev/null and b/tortoise/voices/pat/2.wav differ diff --git a/tortoise/voices/pat/3.wav b/tortoise/voices/pat/3.wav new file mode 100644 index 0000000..ec4e853 Binary files /dev/null and b/tortoise/voices/pat/3.wav differ diff --git a/tortoise/voices/pat/4.wav b/tortoise/voices/pat/4.wav new file mode 100644 index 0000000..5949dd2 Binary files /dev/null and b/tortoise/voices/pat/4.wav differ diff --git a/tortoise/voices/pat2/00100.mp3 b/tortoise/voices/pat2/00100.mp3 new file mode 100644 index 0000000..fd50dc4 Binary files /dev/null and b/tortoise/voices/pat2/00100.mp3 differ diff --git a/tortoise/voices/pat2/00112.mp3 b/tortoise/voices/pat2/00112.mp3 new file mode 100644 index 0000000..4b27bef Binary files /dev/null and b/tortoise/voices/pat2/00112.mp3 differ diff --git a/tortoise/voices/pat2/00130.mp3 b/tortoise/voices/pat2/00130.mp3 new file mode 100644 index 0000000..36b5e54 Binary files /dev/null and b/tortoise/voices/pat2/00130.mp3 differ diff --git a/tortoise/voices/pat2/00159.mp3 b/tortoise/voices/pat2/00159.mp3 new file mode 100644 index 0000000..65b41e0 Binary files /dev/null and b/tortoise/voices/pat2/00159.mp3 differ diff --git a/tortoise/voices/snakes/00115.mp3 b/tortoise/voices/snakes/00115.mp3 new file mode 100644 index 0000000..e9770ba Binary files /dev/null and b/tortoise/voices/snakes/00115.mp3 differ diff --git a/tortoise/voices/snakes/00162.mp3 b/tortoise/voices/snakes/00162.mp3 new file mode 100644 index 0000000..503aa72 Binary files /dev/null and b/tortoise/voices/snakes/00162.mp3 differ diff --git a/tortoise/voices/snakes/03504.mp3 b/tortoise/voices/snakes/03504.mp3 new file mode 100644 index 0000000..bd4f039 Binary files /dev/null and b/tortoise/voices/snakes/03504.mp3 differ diff --git a/tortoise/voices/tim_reynolds/1.mp3 b/tortoise/voices/tim_reynolds/1.mp3 new file mode 100644 index 0000000..445db30 Binary files /dev/null and b/tortoise/voices/tim_reynolds/1.mp3 differ diff --git a/tortoise/voices/tim_reynolds/2.mp3 b/tortoise/voices/tim_reynolds/2.mp3 new file mode 100644 index 0000000..6f09722 Binary files /dev/null and b/tortoise/voices/tim_reynolds/2.mp3 differ diff --git a/tortoise/voices/tim_reynolds/3.mp3 b/tortoise/voices/tim_reynolds/3.mp3 new file mode 100644 index 0000000..717a7ed Binary files /dev/null and b/tortoise/voices/tim_reynolds/3.mp3 differ diff --git a/tortoise/voices/tim_reynolds/4.mp3 b/tortoise/voices/tim_reynolds/4.mp3 new file mode 100644 index 0000000..458d812 Binary files /dev/null and b/tortoise/voices/tim_reynolds/4.mp3 differ diff --git a/tortoise/voices/tom/1.wav b/tortoise/voices/tom/1.wav new file mode 100644 index 0000000..4e91bf9 Binary files /dev/null and b/tortoise/voices/tom/1.wav differ diff --git a/tortoise/voices/tom/2.wav b/tortoise/voices/tom/2.wav new file mode 100644 index 0000000..fb3d38d Binary files /dev/null and b/tortoise/voices/tom/2.wav differ diff --git a/tortoise/voices/tom/3.wav b/tortoise/voices/tom/3.wav new file mode 100644 index 0000000..07b0b14 Binary files /dev/null and b/tortoise/voices/tom/3.wav differ diff --git a/tortoise/voices/tom/4.wav b/tortoise/voices/tom/4.wav new file mode 100644 index 0000000..0c64b0e Binary files /dev/null and b/tortoise/voices/tom/4.wav differ diff --git a/tortoise/voices/train_atkins/1.wav b/tortoise/voices/train_atkins/1.wav new file mode 100644 index 0000000..cf721d3 Binary files /dev/null and b/tortoise/voices/train_atkins/1.wav differ diff --git a/tortoise/voices/train_atkins/2.wav b/tortoise/voices/train_atkins/2.wav new file mode 100644 index 0000000..096b0b2 Binary files /dev/null and b/tortoise/voices/train_atkins/2.wav differ diff --git a/tortoise/voices/train_dotrice/1.wav b/tortoise/voices/train_dotrice/1.wav new file mode 100644 index 0000000..7babde7 Binary files /dev/null and b/tortoise/voices/train_dotrice/1.wav differ diff --git a/tortoise/voices/train_dotrice/2.wav b/tortoise/voices/train_dotrice/2.wav new file mode 100644 index 0000000..8f41a82 Binary files /dev/null and b/tortoise/voices/train_dotrice/2.wav differ diff --git a/tortoise/voices/train_grace/1.wav b/tortoise/voices/train_grace/1.wav new file mode 100644 index 0000000..b2a243c Binary files /dev/null and b/tortoise/voices/train_grace/1.wav differ diff --git a/tortoise/voices/train_grace/2.wav b/tortoise/voices/train_grace/2.wav new file mode 100644 index 0000000..41ca66e Binary files /dev/null and b/tortoise/voices/train_grace/2.wav differ diff --git a/tortoise/voices/train_kennard/1.wav b/tortoise/voices/train_kennard/1.wav new file mode 100644 index 0000000..d98ca27 Binary files /dev/null and b/tortoise/voices/train_kennard/1.wav differ diff --git a/tortoise/voices/train_kennard/2.wav b/tortoise/voices/train_kennard/2.wav new file mode 100644 index 0000000..9548fb9 Binary files /dev/null and b/tortoise/voices/train_kennard/2.wav differ diff --git a/tortoise/voices/train_lescault/1.wav b/tortoise/voices/train_lescault/1.wav new file mode 100644 index 0000000..f64a714 Binary files /dev/null and b/tortoise/voices/train_lescault/1.wav differ diff --git a/tortoise/voices/train_lescault/2.wav b/tortoise/voices/train_lescault/2.wav new file mode 100644 index 0000000..cb42f94 Binary files /dev/null and b/tortoise/voices/train_lescault/2.wav differ diff --git a/tortoise/voices/weaver/1.wav b/tortoise/voices/weaver/1.wav new file mode 100644 index 0000000..7283087 Binary files /dev/null and b/tortoise/voices/weaver/1.wav differ diff --git a/tortoise/voices/weaver/2.wav b/tortoise/voices/weaver/2.wav new file mode 100644 index 0000000..de7206e Binary files /dev/null and b/tortoise/voices/weaver/2.wav differ diff --git a/tortoise/voices/weaver/3.wav b/tortoise/voices/weaver/3.wav new file mode 100644 index 0000000..6b4b4fe Binary files /dev/null and b/tortoise/voices/weaver/3.wav differ diff --git a/tortoise/voices/william/1.wav b/tortoise/voices/william/1.wav new file mode 100644 index 0000000..15ef32b Binary files /dev/null and b/tortoise/voices/william/1.wav differ diff --git a/tortoise/voices/william/2.wav b/tortoise/voices/william/2.wav new file mode 100644 index 0000000..f72eb62 Binary files /dev/null and b/tortoise/voices/william/2.wav differ diff --git a/tortoise/voices/william/3.wav b/tortoise/voices/william/3.wav new file mode 100644 index 0000000..d9b4002 Binary files /dev/null and b/tortoise/voices/william/3.wav differ diff --git a/tortoise/voices/william/4.wav b/tortoise/voices/william/4.wav new file mode 100644 index 0000000..e03c181 Binary files /dev/null and b/tortoise/voices/william/4.wav differ