Simplify AUDIO_WORKLET checks. NFC#24164
Conversation
| var WASM_WORKER_FILE = ''; | ||
|
|
||
| // name of the file containing the Audio Worklet *.aw.js, if relevant | ||
| var AUDIO_WORKLET_FILE = ''; |
There was a problem hiding this comment.
No, its just an internal setting that is no longer needed after this change.
I assume the idea here was that there would be an AUDIO_WORKLET=2 mode but that was never added.
I did use Removing the need for a custom |
|
I recall I would have originally intended But this change LGTM, I presume we can still add a |
Yup, that makes sense to me. BTW, for wasm workers I'm looking at removed completely the separate .ww.js file now: #24163 |
|
Can someone lgtm? |
I assume the idea here was that there would be an AUDIO_WORKLET=2 mode but that was never added.