audioAnalyzer

Created at 3 months ago
Updated at 3 months ago
Total Installs
73
Today's New
+0
User Rating
- / 5.0 (0)
Current Version
1.0.2
// @require https://scriptcat.org/lib/3608/1.0.2/audioAnalyzer.js?sha384-/k9VTrx9VlDdCdyuqloWiEuFlfZh1WHZu3Ms3fh0OqX8QjfB611NfW1b14lxWeoC
Library Details
This is a library used by userscripts, you can reference it directly in your scripts.
const analyzer = new window.AudioAnalyzer({
    mediaElement: document.querySelector('audio, video'),
    canvas: document.querySelector('canvas'),
});