UNPKG

@ricky0123/vad-web

Version:

Powerful, user-friendly voice activity detector (VAD) for the browser

8 lines 238 B
import { OrtConfigurer } from "./common"; export * from "./common"; export { SileroLegacy } from "./legacy"; export { SileroV5 } from "./v5"; export type OrtOptions = { ortConfig?: OrtConfigurer; }; //# sourceMappingURL=index.d.ts.map