web-voice-detection
Version:
A WebAssembly-powered Voice Activity Detection library for the browser.
14 lines (12 loc) • 375 B
text/typescript
import * as _utils from "./utils";
export const utils = {
minFramesForTargetMS: _utils.minFramesForTargetMS,
arrayBufferToBase64: _utils.arrayBufferToBase64,
encodeWAV: _utils.encodeWAV,
};
export * from "./non-real-time";
export * from "./frame-processor";
export * from "./messages";
export * from "./logging";
export * from "./models";
export * from "./resampler";