chore: Prettified Code

[ci skip]
This commit is contained in:
maikirakiwi 2022-11-21 02:30:08 +00:00 committed by cider-chore[bot]
parent 1fafabfd8d
commit 6ac1bfff7c
3 changed files with 3 additions and 4 deletions

View file

@ -257,7 +257,7 @@ const CiderAudio = {
if (!filters || filters.length === 0) {
let filterlessGain = 1;
CiderAudio.audioNodes.intelliGainComp.gain.exponentialRampToValueAtTime(1.0, CiderAudio.context.currentTime + 0.3)
CiderAudio.audioNodes.intelliGainComp.gain.exponentialRampToValueAtTime(1.0, CiderAudio.context.currentTime + 0.3);
console.debug(`[Cider][Audio] IntelliGainComp: 0 dB (1.0)`);
return;
}