About 36,500 results
Open links in new tab
  1. HTMLAudioElement: Audio () constructor - Web APIs | MDN

    Mar 11, 2024 · The Audio() constructor creates and returns a new HTMLAudioElement which can be either attached to a document for the user to interact with and/or listen to, or can be used offscreen …

  2. HTML DOM Audio Object - W3Schools

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.

  3. javascript - How to play audio? - Stack Overflow

    While audio on the web no longer requires a plugin, the audio tag brings significant limitations for implementing sophisticated games and interactive applications. The Web Audio API is a high-level …

  4. JavaScript: How to Play Audio in Web Pages - sqlpey

    Jul 25, 2025 · Explore various JavaScript methods and libraries for playing audio in web browsers, addressing common issues like user interaction requirements.

  5. Web Audio API - GeeksforGeeks

    Apr 28, 2025 · Web Audio API is used by developers to create and change the audio content through the web browser. There are various features for managing this audio operation like processing, …

  6. Play Music with JavaScript | JavaScript Examples

    Learn how to play music with JavaScript - create audio players, volume controls, and playlists

  7. A Complete Guide to Audio Processing in the Browser with JavaScript

    Sep 4, 2024 · Discover how to leverage the power of the Web Audio API and JavaScript libraries to build immersive audio applications directly in the browser. Learn about techniques, tools, and real-world …

  8. How to Play Audio Files in JavaScript - Delft Stack

    Feb 2, 2024 · In this article, we will learn how to play audio files in JavaScript. We can add audio files to our page simply by using the <audio> tag. It is the easiest way to play audio files without involving …

  9. howler.js - JavaScript audio library for the modern web

    Whether a simple stereo pan or advanced 3D game audio, howler.js makes it easy to keep it all straight. Supports all browser-ready files: MP3, MPEG, OPUS, OGG, OGA, WAV, AAC, CAF, M4A, MP4, …

  10. Javascript with Audio - GitHub Pages

    Below is a list of events to be used as HTML attributes for <audio> tag: oncanplaythrough: fires when browser is ready to play the audio file all the way through without buffering