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 fingerprint = null;
|
||||
var callback = null;
|
||||
function run(cb, debug = false) {
|
||||
callback = cb;
|
||||
function run(debug = false) {
|
||||
try {
|
||||
setup();
|
||||
oscillator.connect(compressor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue