Recordings are user-supplied audio samples used to train professional and rapid voices.
1interface Recording {2 uuid: string;3 name: string;4 text: string;5 emotion: string;6 is_active: boolean;7 fill: boolean;8 audio_src?: string;9 created_at: string; // ISO 860110 updated_at: string; // ISO 860111}
Inactive recordings are ignored during training. Use the endpoints below to manage them.