4 ms·
From the article: "In a nutshell, audio fingerprinting uses the browser’s Audio API to render an audio signal with OfflineAudioContext interface." It links to
by SloopJon 3y ago
From the article: "In a nutshell, audio fingerprinting uses the browser’s Audio API to render an audio signal with OfflineAudioContext interface." It links to a previous article with more details:
https://fingerprint.com/blog/audio-fingerprinting/ https://fingerprint.com/blog/audio-fingerprinting/
Here's an example from that article of a sound source:
const oscillator = context.createOscillator()
oscillator.type = "triangle"
oscillator.frequency.value = 1000