Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 336 Bytes

File metadata and controls

15 lines (11 loc) · 336 Bytes

Audio Fingerprinting

I needed a module implementation of this fantastic function, so here it is.

Usage:

import AFP from "./audioFingerprint.module.js"
AFP.run( ( fp ) => { console.log( fp ); } );

Based on the Princeton's AudioContext Fingerprint project