hopefully v3
This commit is contained in:
parent
8ee16ceae4
commit
3d358d2c23
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@ const CiderAudio = {
|
|||
}
|
||||
}
|
||||
// Find max gain
|
||||
let maxGain = -120
|
||||
for (let i = 0; i < steps; i++) {
|
||||
let gain = totalAmplitudeResp[i];
|
||||
if (gain > maxGain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue