Add karaoke filter (#42)
This commit is contained in:
parent
af8dac51f4
commit
49888a0b30
1 changed files with 3 additions and 1 deletions
|
@ -21,6 +21,7 @@ const Track = require('./Track')
|
|||
* @property {boolean} [surrounding=false] Whether the surrounding filter is enabled.
|
||||
* @property {boolean} [pulsator=false] Whether the pulsator filter is enabled.
|
||||
* @property {boolean} [subboost=false] Whether the subboost filter is enabled.
|
||||
* @property {boolean} [karaoke=false] Whether the karaoke filter is enabled.
|
||||
*/
|
||||
|
||||
const filters = {
|
||||
|
@ -36,7 +37,8 @@ const filters = {
|
|||
normalizer: 'dynaudnorm=f=150',
|
||||
surrounding: 'surround',
|
||||
pulsator: 'apulsator=hz=1',
|
||||
subboost: 'asubboost'
|
||||
subboost: 'asubboost',
|
||||
karaoke: 'stereotools=mlev=0.03'
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue