ChannelProcessor
No description provided
ChannelProcessor
Parameter | Type | Optional |
---|---|---|
bandMultipliers | Array<number> | ❌ |
Properties
public bandMultipliers: any
public current: any
public history: any
public m1: any
public m2: any
Methods
public process(samples, extremum, bytes, readInt?, writeInt?): Buffer
Parameter | Type | Optional |
---|---|---|
samples | Buffer | ❌ |
extremum | number | ❌ |
bytes | number | ❌ |
readInt | ReadIntCallback | ✅ |
writeInt | WriteIntCallback | ✅ |
public processInt(int): number
Parameter | Type | Optional |
---|---|---|
int | number | ❌ |