Recording Resource

Recordings are user-supplied audio samples used to train professional and rapid voices.

Schema

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 8601
10 updated_at: string; // ISO 8601
11}

Inactive recordings are ignored during training. Use the endpoints below to manage them.