0.2.5 • Published 7 years ago

unlock-audio-context v0.2.5

Weekly downloads
1
License
ISC
Repository
github
Last release
7 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

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago