Restore Kat and Kim animalese voices

This commit is contained in:
Alexander Sellite 2026-08-21 21:32:58 -04:00
parent 8107e2d89c
commit 86e5980019
149 changed files with 1781 additions and 24 deletions

View file

@ -7,7 +7,7 @@ readonly OUTPUT_SAMPLE_RATE="48000"
usage() {
printf 'usage: %s SOURCE_DIRECTORY SAMPLE_SET_DIRECTORY\n' "$0" >&2
printf 'example: %s /path/to/voice_clips custom_voice\n' "$0" >&2
printf 'example: %s /path/to/voice_kim kim\n' "$0" >&2
}
if (( $# != 2 )); then