feat: enhance discovery, vibe sessions, and library enrichment
This commit is contained in:
Vendored
-1
@@ -7,7 +7,6 @@ declare module 'essentia.js' {
|
||||
KeyExtractor(audio: any, averageDetuningCorrection?: boolean, frameSize?: number, hopSize?: number): { key: string; scale: string; strength: number };
|
||||
Energy(signal: any): { energy: number };
|
||||
Danceability(signal: any, maxTau?: number, minTau?: number, sampleRate?: number): { danceability: number; dfa: number[] };
|
||||
DynamicComplexity(signal: any, frameSize?: number, sampleRate?: number): { dynamicComplexity: number; loudness: number };
|
||||
}
|
||||
export { EssentiaWASM, Essentia };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user