gain
This commit is contained in:
parent
45bccf13ff
commit
5e4eb7fc53
1 changed files with 1 additions and 1 deletions
|
|
@ -811,7 +811,7 @@ class ByteBeatProcessor extends AudioWorkletProcessor {
|
||||||
const signal = ((f(t) & 255) / 127.5 - 1) / 4;
|
const signal = ((f(t) & 255) / 127.5 - 1) / 4;
|
||||||
for (let o = 0; o < output.length; o++) {
|
for (let o = 0; o < output.length; o++) {
|
||||||
// Combination of both oscillators with envelope applied
|
// Combination of both oscillators with envelope applied
|
||||||
output[o][i] = signal;
|
output[o][i] = signal * .4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue