Added mono output (#213)

This commit is contained in:
sagu 2020-12-27 17:00:11 +01:00 committed by GitHub
parent 36e1cdc56b
commit bddf518277
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,7 @@ const Client = new soundcloud.Client()
* @property {boolean} [gate=false] Whether the gate filter is enabled.
* @property {boolean} [haas=false] Whether the haas filter is enabled.
* @property {boolean} [mcompand=false] Whether the mcompand filter is enabled.
* @property {boolean} [mono=false] Whether the mono output is enabled.
*/
const filters = {
@ -50,7 +51,8 @@ const filters = {
flanger: 'flanger',
gate: 'agate',
haas: 'haas',
mcompand: 'mcompand'
mcompand: 'mcompand',
mono: 'pan=mono|c0=.5*c0+.5*c1'
}
/**