You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
padenot
added
Needs Edits
Decision has been made, the issue can be fixed. https://speced.github.io/spec-maintenance/about/
and removed
Needs Discussion
The issue needs more discussion before it can be fixed.
Untriaged
labels
Apr 23, 2020
rtoy
added a commit
to rtoy/web-audio-api
that referenced
this issue
Apr 24, 2020
Change `(1-f)*c[k] + f*c[k]` to `(1-f)*c[k] + f*c[k+1]`
rtoy
added
In PR Review
and removed
Needs Edits
Decision has been made, the issue can be fixed. https://speced.github.io/spec-maintenance/about/
labels
Apr 28, 2020
Describe the issue
See https://webaudio.github.io/web-audio-api/#dom-waveshapernode-curve which says, in part:
If you expand this out you get 1.
I think the formula should be
When v is just slightly larger than k, f = v-k which is small, so we want most of the contribution to be from c[k], and very little from c[k+1].
The text was updated successfully, but these errors were encountered: