chore: Prettified Code
[ci skip]
This commit is contained in:
parent
1fafabfd8d
commit
6ac1bfff7c
3 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue