UNPKG

web-voice-detection

Version:

A WebAssembly-powered Voice Activity Detection library for the browser.

5 lines (4 loc) 135 B
export const defaultModelFetcher = async (path: string) => { const model = await fetch(path); return await model.arrayBuffer(); };