UNPKG

@picovoice/porcupine-node

Version:

Picovoice Porcupine Node.js binding

3 lines 218 B
export declare function checkWaveFile(waveFile: any, engineSampleRate: number): boolean; export declare function getInt16Frames(waveFile: any, frameLength: number): Int16Array[]; //# sourceMappingURL=wave_util.d.ts.map