format analyze file

master
Matthew Huntington 11 months ago
parent da730ccf8f
commit 4189a4cec6

Binary file not shown.

Binary file not shown.

@ -13,7 +13,7 @@ function startPitchDetection(callback) {
noiseSuppression: false, noiseSuppression: false,
autoGainControl: false autoGainControl: false
} }
}) })
.then(stream => { .then(stream => {
// Create an audio context and an analyser node // Create an audio context and an analyser node
const audioContext = new (window.AudioContext || window.webkitAudioContext)(); const audioContext = new (window.AudioContext || window.webkitAudioContext)();

Loading…
Cancel
Save