Skip to main content
Module

x/stream_audio_fingerprint/codegen_landmark.ts>default

Audio landmark fingerprinting in JavaScript
Latest
class default
import { default } from "https://deno.land/x/stream_audio_fingerprint@v2.0.6/codegen_landmark.ts";

Constructors

new
default(options?: CodegenUserOpts)

Properties

buffer: Uint8Array
bufferDelta: number
fft: FFT
marks: Mark[]
options: CodegenOptions
stepIndex: number
threshold: number[]

Methods

process(chunk: Uint8Array): CodegenBuffer