⚡ 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 = {
|
const filters = {
|
||||||
bassboost: 'bass=g=20,dynaudnorm=f=200',
|
bassboost: 'bass=g=20',
|
||||||
'8D': 'apulsator=hz=0.08',
|
'8D': 'apulsator=hz=0.09',
|
||||||
vaporwave: 'aresample=48000,asetrate=48000*0.8',
|
vaporwave: 'aresample=48000,asetrate=48000*0.8',
|
||||||
nightcore: 'aresample=48000,asetrate=48000*1.25',
|
nightcore: 'aresample=48000,asetrate=48000*1.25',
|
||||||
phaser: 'aphaser=in_gain=0.4',
|
phaser: 'aphaser=in_gain=0.4',
|
||||||
|
@ -43,7 +43,7 @@ const filters = {
|
||||||
vibrato: 'vibrato=f=6.5',
|
vibrato: 'vibrato=f=6.5',
|
||||||
reverse: 'areverse',
|
reverse: 'areverse',
|
||||||
treble: 'treble=g=5',
|
treble: 'treble=g=5',
|
||||||
normalizer: 'dynaudnorm=f=200',
|
normalizer: 'dynaudnorm=g=101',
|
||||||
surrounding: 'surround',
|
surrounding: 'surround',
|
||||||
pulsator: 'apulsator=hz=1',
|
pulsator: 'apulsator=hz=1',
|
||||||
subboost: 'asubboost',
|
subboost: 'asubboost',
|
||||||
|
|
Loading…
Reference in a new issue