Remove superseded contributor material

This commit is contained in:
Alexander Sellite 2026-08-21 16:39:33 -04:00
parent b2752b1074
commit f45550e46b
165 changed files with 155 additions and 2158 deletions

View file

@ -2,26 +2,16 @@ class_name AnimaleseVoiceProfiles
extends RefCounted
const DEFAULT_ID: String = "natural"
const DEFAULT_SAMPLE_SET_ID: String = "kat"
const DEFAULT_SAMPLE_SET_ID: String = "robot"
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},