v152 ยท web audio

Offline render probe

This demo uses real Web Audio constructors where possible and reports unsupported browsers clearly. It does not play sound unless the browser requires the context to be resumed.

Render a short offline graph

Offline contexts can test constructor behavior without playing audio.

code path

new OfflineAudioContext({ numberOfChannels: 1, length: 480, sampleRate: 48000, renderSizeHint });

see also