H5SH / AudioAccess-Js

How to Access Audio in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio Controls in Java Script

By default browsers like google chrome does not allow media play before user interaction with the page, use can fake an interaction using fireEvent or userEvent librarires (which I failed to do) or get access to users mediaDevices (you can also get access to video but that was not required)

AudioContext

AudioContext class is used to genrate audio

VisibilityState

document.visibility tells that wahether user is on the page or not

About

How to Access Audio in JavaScript


Languages

Language:JavaScript 72.1%Language:HTML 18.2%Language:CSS 9.7%