We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317514d commit 33fb9d4Copy full SHA for 33fb9d4
.work/todo.md
@@ -57,7 +57,7 @@ We need to reframe value proposition into something more reliable, like fixing t
57
- [x] #94 How to clear AudioContext?
58
Answer: `await ctx.close()` closes and releases. `using ctx = new AudioContext()` auto-disposes.
59
Action: close with answer, add to README FAQ.
60
-- [ ] #88 OfflineAudioContext for Tone.js
+- [x] #88 OfflineAudioContext for Tone.js
61
Answer: `OfflineAudioContext` is fully implemented. `Tone.setContext(new AudioContext())` works.
62
Action: close with answer + example.
63
- [x] #72 Polyfill entry — `globalThis.AudioContext ??= (await import('web-audio-api')).AudioContext`
0 commit comments