This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 17365 - (WaveShaperNodeCurveLength): WaveShaperNode curve length limit
Summary: (WaveShaperNodeCurveLength): WaveShaperNode curve length limit
Status: CLOSED WONTFIX
Alias: None
Product: AudioWG
Classification: Unclassified
Component: Web Audio API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: TBD
Assignee: This bug has no owner yet - up for the taking
QA Contact: This bug has no owner yet - up for the taking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-05 11:52 UTC by Philip Jägenstedt
Modified: 2014-10-28 17:17 UTC (History)
1 user (show)

See Also:


Attachments

Description Philip Jägenstedt 2012-06-05 11:52:13 UTC
Audio-ISSUE-79 (WaveShaperNodeCurveLength): WaveShaperNode curve length limits [Web Audio API]

http://www.w3.org/2011/audio/track/issues/79

Raised by: Philip Jägenstedt
On product: Web Audio API

https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#WaveShaperNode

The behavior is not defined when the curve is 0 or 1 values long. It would also be useful to clarify how the values are mapped to the -1 -> +1 range. The assumption seems be that the values are spread with equal spacing, such that a curve with an odd number of values has the middle value corresponding to 0 and a curve with an even number of values has the two middle values corresponding to values around 0.

Finally, is there an upper limit to the curve length? Presumably there is not.
Comment 1 Olivier Thereaux 2014-10-28 17:14:41 UTC
Web Audio API issues have been migrated to Github. 
See https://github.com/WebAudio/web-audio-api/issues
Comment 2 Olivier Thereaux 2014-10-28 17:17:39 UTC
Closing. See https://github.com/WebAudio/web-audio-api/issues for up to date list of issues for the Web Audio API.