⚡ Improve bass, normalizer and 8D filters (#223)
This commit is contained in:
parent
a82bc52491
commit
da26ed41ac
1 changed files with 3 additions and 3 deletions
|
@ -34,8 +34,8 @@ const Client = new soundcloud.Client()
|
|||
*/
|
||||
|
||||
const filters = {
|
||||
bassboost: 'bass=g=20,dynaudnorm=f=200',
|
||||
'8D': 'apulsator=hz=0.08',
|
||||
bassboost: 'bass=g=20',
|
||||
'8D': 'apulsator=hz=0.09',
|
||||
vaporwave: 'aresample=48000,asetrate=48000*0.8',
|
||||
nightcore: 'aresample=48000,asetrate=48000*1.25',
|
||||
phaser: 'aphaser=in_gain=0.4',
|
||||
|
@ -43,7 +43,7 @@ const filters = {
|
|||
vibrato: 'vibrato=f=6.5',
|
||||
reverse: 'areverse',
|
||||
treble: 'treble=g=5',
|
||||
normalizer: 'dynaudnorm=f=200',
|
||||
normalizer: 'dynaudnorm=g=101',
|
||||
surrounding: 'surround',
|
||||
pulsator: 'apulsator=hz=1',
|
||||
subboost: 'asubboost',
|
||||
|
|
Loading…
Reference in a new issue