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

@ -2,16 +2,26 @@ class_name AnimaleseVoiceProfiles
extends RefCounted
const DEFAULT_ID: String = "natural"
const DEFAULT_SAMPLE_SET_ID: String = "robot"
const DEFAULT_SAMPLE_SET_ID: String = "kat"
const DEFAULT_SPEED_ID: String = "normal"
const DEFAULT_CALL_ID: String = "meow"
const CALL_AUDIO_DIRECTORY: String = "res://sound/dialogue/calls"
const SAMPLE_SET_OPTIONS: Array[Dictionary] = [
{
"id": "kat",
"label": "kat",
"directory": "res://sound/dialogue/animalese/alphanumeric",
},
{
"id": "robot",
"label": "robot",
"directory": "res://sound/dialogue/animalese/robot",
},
{
"id": "kim",
"label": "kim",
"directory": "res://sound/dialogue/animalese/kim",
},
]
const OPTIONS: Array[Dictionary] = [
{"id": "tiny", "label": "tiny", "pitch": 1.24},