hd0013's picture
Upload folder using huggingface_hub
8fdc036 verified
raw
history blame contribute delete
No virus
233 Bytes
export type WaveformOptions = {
waveform_color?: string;
waveform_progress_color?: string;
show_controls?: boolean;
skip_length?: number;
trim_region_color?: string;
show_recording_waveform?: boolean;
sample_rate?: number;
};