UNPKG

web-voice-detection

Version:

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

13 lines (12 loc) 408 B
import * as _utils from "./utils"; export declare const utils: { minFramesForTargetMS: typeof _utils.minFramesForTargetMS; arrayBufferToBase64: typeof _utils.arrayBufferToBase64; encodeWAV: typeof _utils.encodeWAV; }; export * from "./non-real-time"; export * from "./frame-processor"; export * from "./messages"; export * from "./logging"; export * from "./models"; export * from "./resampler";