Prints audio levels in debug mode.
This commit is contained in:
parent
e688a5cb9f
commit
bd16b9e346
|
@ -639,7 +639,10 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
if(config.debug)
|
if(config.debug)
|
||||||
|
{
|
||||||
this.audioLevelsMap[id] = lvl;
|
this.audioLevelsMap[id] = lvl;
|
||||||
|
console.log("AudioLevel:" + id + "/" + lvl);
|
||||||
|
}
|
||||||
|
|
||||||
APP.UI.setAudioLevel(id, lvl);
|
APP.UI.setAudioLevel(id, lvl);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue