We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04e19c commit 8295734Copy full SHA for 8295734
src/node/script_processor.rs
@@ -246,10 +246,7 @@ impl AudioProcessor for ScriptProcessorRenderer {
246
self.next_output_buffer.resize(number_of_quanta, silence);
247
}
248
249
- // TODO, spec says to return false but we actually need true because of 'actively
250
- // processing' requirements
251
- // <https://webaudio.github.io/web-audio-api/#AudioNode-actively-processing>
252
- true
+ false // node is kept alive as long as the handle in the event loop still exists
253
254
255
fn onmessage(&mut self, msg: &mut dyn Any) {
0 commit comments