Merge pull request #1065 from Araxeus/add-crossfade-menu-options

[crossfade] add menu options
This commit is contained in:
th-ch
2023-04-04 22:03:49 +02:00
committed by GitHub
9 changed files with 194 additions and 33 deletions

View File

@ -105,6 +105,13 @@ const defaultConfig = {
"skip-silences": {
onlySkipBeginning: false,
},
"crossfade": {
enabled: false,
fadeInDuration: 1500, // ms
fadeOutDuration: 5000, // ms
secondsBeforeEnd: 10, // s
fadeScaling: "linear", // 'linear', 'logarithmic' or a positive number in dB
},
visualizer: {
enabled: false,
type: "butterchurn",