← back to v152 · webaudio-configurable-render-quantum
conformance · v152
v152 · webaudio-configurable-render-quantum — conformance probe
5 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
5
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
audiocontext-rendersize-exists |
AudioContext exposes a renderSize property. spec ↗ | script | … | |
audiocontext-rendersize-settable |
renderSize can be set to a numeric value (e.g. 128, 256, 512). spec ↗ | script | … | |
audiocontext-rendersize-throws-invalid |
Setting renderSize to 0 or a non-power-of-2 throws or rejects. spec ↗ | script | … | |
offlineaudiocontext-rendersize |
OfflineAudioContext also supports renderSize for offline rendering at custom quantum. spec ↗ | script | … | |
default-rendersize-128 |
The default render quantum remains 128 frames when renderSize is not specified. spec ↗ | script | … |