0.2.5 • Published 6 years ago

unlock-audio-context v0.2.5

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

unlock-audio-context

Unlocking web audio context on mobile and iOS devices.

Install

npm install --save unlock-audio-context

Use

Pass in the audio context to unlockAudioContext()

Syntax

unlockAudioContext(context)

Examples

const audioCtx = new AudioContext();

// unlock audio context
unlockAudioContext(audioCtx);

Change Log

  • 0.2.0 only call unlock once, remove mute flag
  • 0.1.0 add mute flag
  • 0.0.1 initial version
0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago