fix
This commit is contained in:
parent
7a2c70e629
commit
aecbbf2129
1 changed files with 1 additions and 2 deletions
|
|
@ -40,8 +40,7 @@ const generateTheAudioFingerPrint = function () {
|
||||||
var compressor = null;
|
var compressor = null;
|
||||||
var fingerprint = null;
|
var fingerprint = null;
|
||||||
var callback = null;
|
var callback = null;
|
||||||
function run(cb, debug = false) {
|
function run(debug = false) {
|
||||||
callback = cb;
|
|
||||||
try {
|
try {
|
||||||
setup();
|
setup();
|
||||||
oscillator.connect(compressor);
|
oscillator.connect(compressor);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue