scratch-audio
Advanced tools
Comparing version 0.1.0-prerelease.1501074095 to 0.1.0-prerelease.1501163867
{ | ||
"name": "scratch-audio", | ||
"version": "0.1.0-prerelease.1501074095", | ||
"version": "0.1.0-prerelease.1501163867", | ||
"description": "audio engine for scratch 3.0", | ||
@@ -34,2 +34,3 @@ "main": "dist.js", | ||
"soundfont-player": "0.10.5", | ||
"startaudiocontext": "1.2.1", | ||
"travis-after-all": "^1.4.4", | ||
@@ -36,0 +37,0 @@ "webpack": "2.4.0" |
@@ -0,1 +1,2 @@ | ||
const StartAudioContext = require('startaudiocontext'); | ||
const AudioContext = require('audio-context'); | ||
@@ -156,2 +157,3 @@ | ||
this.audioContext = new AudioContext(); | ||
StartAudioContext(this.audioContext); | ||
@@ -158,0 +160,0 @@ this.input = this.audioContext.createGain(); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
619855
4163
13