MCPcopy Create free account
hub / github.com/Kitt-AI/snowboy / SnowboyDetectNativeInterface

Interface SnowboyDetectNativeInterface

lib/node/SnowboyDetectNative.d.ts:1–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface SnowboyDetectNativeInterface {
2 new (resource: string, models: string): SnowboyDetectNativeInterface;
3 Reset(): boolean;
4 RunDetection(audioData: Buffer): number;
5 SetSensitivity(sensitivity: string): void;
6 SetHighSensitivity(highSensitivity: string): void;
7 GetSensitivity(): string;
8 SetAudioGain(audioGain: number): void;
9 UpdateModel(): void;
10 NumHotwords(): number;
11 SampleRate(): number;
12 NumChannels(): number;
13 BitsPerSample(): number;
14 ApplyFrontend(applyFrontend: boolean): void;
15}

Callers 71

resetMethod · 0.80
NAN_MODULE_INITFunction · 0.80
NAN_METHODFunction · 0.80
recordMethod · 0.80
SnowboyDetectResetFunction · 0.80
runDetectionMethod · 0.80
_writeMethod · 0.80
NAN_METHODFunction · 0.80
recordMethod · 0.80
startMethod · 0.80
startMethod · 0.80
demo3.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected