scale like this?
This commit is contained in:
parent
610633b9e3
commit
2dd13756b4
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ const app = new Vue({
|
|||
console.log(tag)
|
||||
let replaygain = self.parseSCTagToRG(tag)
|
||||
try {
|
||||
CiderAudio.audioNodes.gainNode.gain.value = (1 - Math.min(Math.pow(10, (replaygain.gain / 20)), (1 / replaygain.peak)))
|
||||
CiderAudio.audioNodes.gainNode.gain.value = ( Math.min(Math.pow(10, (replaygain.gain / 20)), (1 / replaygain.peak)))
|
||||
} catch (e){
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue