Quality of life improvements for multiple audio tags on one page.
Go to file
Alexander Bass d98ba1a7cc init
2023-02-17 10:21:55 -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 init 2023-02-17 10:21:55 -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 element. The script syncs the volume of all media elements elements, and preventing 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.