ios-audio-unlock
v1.0.7
Published
Unlock audio on iOS after user touches screen; experimental option to allow Web Audio to be played even when mute switch is on.
Downloads
3
Readme
iOS Audio Unlock
Unlock audio on iOS after user touches screen, allows Web Audio to be played even when mute switch is on
Example:
import unlockAudio from 'ios-audio-unlock';
playAudio = () => {
// play some audio
}
unlockAudio(myAudioContext, playAudio, false, true);