[web-audio-api] Mandate a useful accepted sampling rate ranges for buffers created through AudioContext.createBuffer (#119)

> Originally reported on W3C Bugzilla [ISSUE-21223](https://www.w3.org/Bugs/Public/show_bug.cgi?id=21223) Fri, 08 Mar 2013 16:55:21 GMT
> Reported by Ehsan Akhgari [:ehsan]
> Assigned to 

Currently, the spec just suggests that implementations should at least accept sampling rate ranges of 22050-96000.  I think it would be better to mandate this range as opposed to just suggest it, since otherwise it would be possible to write code which works in one UA and not the other.

Also, sampling rates outside of this range probably don't make much sense anyway.

---
Reply to this email directly or view it on GitHub:
https://github.com/WebAudio/web-audio-api/issues/119

Received on Wednesday, 11 September 2013 14:28:53 UTC