Quality of life improvements for multiple audio tags on one page.
Go to file
Alexander Bass 9ef786d5b9 Add license
2023-04-03 15:40:06 -04:00
AVcontrolsync.js clean up log 2023-02-17 11:23:43 -05:00
example.html init 2023-02-17 10:21:55 -05:00
example.mp3 init 2023-02-17 10:21:55 -05:00
LICENSE Add license 2023-04-03 15:40:06 -04: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.