Re: Suggestion: Web Audio graphs that does not output sound but can write to an AudioBuffer instead

On Fri, Apr 13, 2012 at 1:47 AM, Per Nyblom <perny843@hotmail.com> wrote:

>  Hello,
>
> it would be great to be able to access the generated sound data without
> having to send it to the speakers as well.
> This feature is very useful for a musical application that should render a
> wav-file or similar (perhaps with the help of the FileSystem API). Most
> existing musical applications support this "offline" rendering mode.
>

James Wei has mentioned offline audio contexts.  I don't think it's
documented anywhere, but you can look
here<http://trac.webkit.org/browser/trunk/LayoutTests/webaudio/audiobuffersource-playbackrate.html>
for
a fairly simple example of an offline audio context that saves the Audio
graph output to a wav file.

Ray

Received on Friday, 13 April 2012 20:27:43 UTC