Penundaan audio JavaScript

const AudioContext = window.AudioContext || window.webkitAudioContext;
const audioCtx = new AudioContext();
Shiny Shrike