UNPKG

@jaehyun-ko/speaker-verification

Version:

Real-time speaker verification in the browser using NeXt-TDNN models

7 lines 284 B
/** * Speaker Verification Web - Direct export for browser usage * This provides a cleaner API where SpeakerVerification is directly accessible */ import { SpeakerVerification } from './easy-api'; export = SpeakerVerification; //# sourceMappingURL=speaker-verification-web.d.ts.map