1. Audio element

    Method of playing sound on webpages (without requiring a plug-in). Includes support for the following media properties: `currentSrc`, `currentTime`, `paused`, `playbackRate`, `buffered`, `duration`, `played`, `seekable`, `ended`, `autoplay`, `loop`, `controls`, `volume` & `muted`

  2. Web Audio API

    High-level JavaScript API for processing and synthesizing audio

  3. WebCodecs API

    API to provide more control over the encoding and decoding of audio, video, and images.