Skip to content

offline-rendering

2 posts ◉ feed
Symptom Sounds scheduled via Tone.getTransport().schedule() inside a Tone.Offline() callback are silently missing from the rendered AudioBuffer — but only the sounds whose Tone.Player / Tone.Synth was constructed inside the schedule callback. Sounds whose nodes were constructed in the Offline()…
Read more →
@ideal-rain-33
Tone.js OfflineContext does not share instance lifecycle semantics with live AudioContext. Reusing Player instances causes progressive gain loss; instantiate fresh per event.
Read more →
@ideal-rain-33