avr-vad
Version:
A Node.js library for Voice Activity Detection using Silero VAD
8 lines • 333 B
TypeScript
import type { OrtConfigurer } from "./common";
export type { ModelFetcher, SpeechProbabilities, OrtConfigurer, OrtModule, ModelFactory, Model } from "./common";
export { SileroLegacy } from "./legacy";
export { SileroV5 } from "./v5";
export interface OrtOptions {
ortConfig?: OrtConfigurer;
}
//# sourceMappingURL=index.d.ts.map