interface CartesiaOptions {
    duration?: number;
    speed?: "slow" | "normal" | "fast";
}

Properties

Properties

duration?: number

Maximum duration of audio in seconds.

speed?: "slow" | "normal" | "fast"

Speech speed. Default: not specified.