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

Properties

Properties

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