-
Notifications
You must be signed in to change notification settings - Fork 167
length of AudioWorkletProcessor.process() parameter sequences with inactive inputs #1935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
I think that's the intent. |
So this is answered? Can we close the issue? |
The spec text doesn't quite match the intent right now. I suspect it predates resolution of #1471. This issue should remain open until the spec text is adjusted. |
I'll update the text with prose using the concepts introduced in #1471. |
padenot
added a commit
to padenot/web-audio-api
that referenced
this issue
Jun 26, 2019
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this issue
Jul 18, 2019
….process() parameters r=padenot,bzbarsky Objects are retained for re-use so as to reduce garbage generation and other performance benefits. This is currently unspecified. https://github.com/WebAudio/web-audio-api/issues/1934 WebAudio/web-audio-api#1933 WebAudio/web-audio-api#1935 tracks specification of zero-channels of input when inputs are not actively processing. Differential Revision: https://phabricator.services.mozilla.com/D34836 --HG-- extra : moz-landing-system : lando
lissyx
pushed a commit
to lissyx/mozilla-central
that referenced
this issue
Jul 18, 2019
….process() parameters r=padenot,bzbarsky Objects are retained for re-use so as to reduce garbage generation and other performance benefits. This is currently unspecified. https://github.com/WebAudio/web-audio-api/issues/1934 WebAudio/web-audio-api#1933 WebAudio/web-audio-api#1935 tracks specification of zero-channels of input when inputs are not actively processing. Differential Revision: https://phabricator.services.mozilla.com/D34836
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this issue
Oct 4, 2019
….process() parameters r=padenot,bzbarsky Objects are retained for re-use so as to reduce garbage generation and other performance benefits. This is currently unspecified. https://github.com/WebAudio/web-audio-api/issues/1934 WebAudio/web-audio-api#1933 WebAudio/web-audio-api#1935 tracks specification of zero-channels of input when inputs are not actively processing. Differential Revision: https://phabricator.services.mozilla.com/D34836 UltraBlame original commit: 3cbbbf45fe77986a8fdeaa8d67fa95aded0427ab
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this issue
Oct 4, 2019
….process() parameters r=padenot,bzbarsky Objects are retained for re-use so as to reduce garbage generation and other performance benefits. This is currently unspecified. https://github.com/WebAudio/web-audio-api/issues/1934 WebAudio/web-audio-api#1933 WebAudio/web-audio-api#1935 tracks specification of zero-channels of input when inputs are not actively processing. Differential Revision: https://phabricator.services.mozilla.com/D34836 UltraBlame original commit: 3cbbbf45fe77986a8fdeaa8d67fa95aded0427ab
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this issue
Oct 4, 2019
….process() parameters r=padenot,bzbarsky Objects are retained for re-use so as to reduce garbage generation and other performance benefits. This is currently unspecified. https://github.com/WebAudio/web-audio-api/issues/1934 WebAudio/web-audio-api#1933 WebAudio/web-audio-api#1935 tracks specification of zero-channels of input when inputs are not actively processing. Differential Revision: https://phabricator.services.mozilla.com/D34836 UltraBlame original commit: 3cbbbf45fe77986a8fdeaa8d67fa95aded0427ab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://webaudio.github.io/web-audio-api/#dom-audioworkletprocessor-process-inputs-outputs-parameters-inputs currently says
I assume the intention is the following?
Otherwise ended AudioScheduledSourceNodes would obstruct the optimization if not explicitly disconnected.
The text was updated successfully, but these errors were encountered: