- From: Raymond Toy <rtoy@google.com>
- Date: Thu, 31 Oct 2013 10:51:16 -0700
- To: "public-audio@w3.org" <public-audio@w3.org>
Received on Thursday, 31 October 2013 17:51:44 UTC
What should happen in the following: c = new AudioContext() s = c.createBufferSource() s.start() s.stop() The source s has no associated buffer, so what does start() do? Nothing? And should stop() throw an error or not? -- Ray
Received on Thursday, 31 October 2013 17:51:44 UTC