Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created April 3, 2022 12:46
Show Gist options
  • Save triacontane/3afbc021f6b3584690f0c3b5f259d4ea to your computer and use it in GitHub Desktop.
Save triacontane/3afbc021f6b3584690f0c3b5f259d4ea to your computer and use it in GitHub Desktop.
SEのフェードアウト
AudioManager._seBuffers.forEach(function(buffer) {
buffer.fadeOut(1);
});
@triacontane
Copy link
Author

1 : 秒数

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment