WebAudio / web-audio-api

The Web Audio API v1.0, developed by the W3C Audio WG
https://webaudio.github.io/web-audio-api/
Other
1.04k stars 165 forks source link

Allow specifying a different render-quantum-size for an AudioContext or OfflineAudioContext #2469

Closed padenot closed 9 months ago

padenot commented 2 years ago

This fixes #13.

Without the heavy markup for now, this will come later.

This largely implements what was discussed.


Preview | Diff

padenot commented 2 years ago

It actually fixes #2450, I got confused because this got moved from the old v2 repo.

hoch commented 2 years ago

The direction of this work looks great, but we (@hoch and @padenot representing Chrome and FireFox respectively) agreed that we don't have capacity to finish the actual implementation of this feature in 2022. We believe bringing the spec change when we don't have any implementations support it will confuse developers, so we decided to put this PR on hold until we have a plan for the actual engineering work.

padenot commented 9 months ago

I've rebased this on top of the current main branch. I'll add the markup in a separate commit for clarity, the only functional changes are in the first commit.

hoch commented 9 months ago

Thanks for working on this, @padenot!