Blog
Web Audio API – Controlling Audio/Video Loudness
After my previous post about getting more volume with the Web Audio API , I decided to look into controlling the loudness of audio tags and video tags in a more straight-forward (prototypal) way. That’s when I came up with the following JS prototype: Prototypal Functions The following are all Read more…