Quality of life improvements for multiple audio tags on one page.
Go to file
Alexander Bass 5dd7ce2f6a fix grammar
2023-02-17 10:32:00 -05:00
AVcontrolsync.js init 2023-02-17 10:21:55 -05:00
example.html init 2023-02-17 10:21:55 -05:00
example.mp3 init 2023-02-17 10:21:55 -05:00
readme.md fix grammar 2023-02-17 10:32:00 -05:00

HTML 5 Audio/Video controls syncer

This simple script makes it easier to use multiple <audio> or <video> elements on one page while using the browser's implementation of the elements. The script syncs the volume of all media elements elements, and prevents more than one from playing at once. The script is a drop in solution. It automatically works with any <audio controls> or <video controls> tag in your document. The script will also persist volume across pages through a cookie.