UNPKG

@omnimedia/omnitool

Version:

open source video processing tools

8 lines 228 B
export const defaultTranscriberSpec = () => ({ model: "onnx-community/whisper-tiny_timestamped", dtype: "auto", device: "webgpu", chunkLength: 20, strideLength: 3, }); //# sourceMappingURL=default-spec.js.map