-
Notifications
You must be signed in to change notification settings - Fork 22.8k
Open
mdn/webaudio-examples
#131Labels
Content:WebAPIWeb API docsWeb API docsarea: Web Audiohelp wantedIf you know something about this topic, we would love your help!If you know something about this topic, we would love your help!needs example updateNeeds updates to one of the example repos (dom-examples, css-examples, etc.)Needs updates to one of the example repos (dom-examples, css-examples, etc.)
Description
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/ConvolverNode
What specific section or headline is this issue about?
ConvolverNode Example
What information was incorrect, unhelpful, or incomplete?
The codepen sample doesn't work without modification due to a Chromium restriction for playing sound without interaction.
What did you expect to see?
Working example
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
My suggestions are
- Change the sample code to init the sounds after clicking Start e.g.
function toggleSound(toggleButton) {
if (!init) {
initSound();
init = true;
}
///....
- Move the example to StackBlitz with as a complete example instead of linking to multiple codepen script files that hide part of the example.
MDN metadata
Page report details
- Folder:
en-us/web/api/convolvernode
- MDN URL: https://developer.mozilla.org/en-US/docs/Web/API/ConvolverNode
- GitHub URL: https://github.com/mdn/content/blob/main/files/en-us/web/api/convolvernode/index.md
- Last commit: e811fc3
- Document last modified: 2023-02-19T01:35:01.000Z
Metadata
Metadata
Assignees
Labels
Content:WebAPIWeb API docsWeb API docsarea: Web Audiohelp wantedIf you know something about this topic, we would love your help!If you know something about this topic, we would love your help!needs example updateNeeds updates to one of the example repos (dom-examples, css-examples, etc.)Needs updates to one of the example repos (dom-examples, css-examples, etc.)