| 396 | } |
| 397 | |
| 398 | void AudioContext::handlePostRenderTasks(ContextRenderLock & r) |
| 399 | { |
| 400 | ASSERT(r.context()); |
| 401 | AudioSummingJunction::handleDirtyAudioSummingJunctions(r); |
| 402 | updateAutomaticPullNodes(); |
| 403 | } |
| 404 | |
| 405 | void AudioContext::synchronizeConnections(int timeOut_ms) |
| 406 | { |