Comparing version 1.1.1 to 1.1.2
@@ -129,3 +129,3 @@ ;(function(e,t,n){function i(n,s){if(!t[n]){if(!e[n]){var o=typeof require=="function"&&require;if(!s&&o)return o(n,!0);if(r)return r(n,!0);throw new Error("Cannot find module '"+n+"'")}var u=t[n]={exports:{}};e[n][0].call(u.exports,function(t){var r=e[n][1][t];return i(r?r:t)},u,u.exports)}return t[n].exports}var r=typeof require=="function"&&require;for(var s=0;s<n.length;s++)i(n[s]);return i})({1:[function(require,module,exports){ | ||
},{"../hark.js":2,"attachmediastream":5,"bows":3,"getusermedia":4}],4:[function(require,module,exports){ | ||
},{"../hark.js":2,"attachmediastream":5,"bows":4,"getusermedia":3}],3:[function(require,module,exports){ | ||
// getUserMedia helper by @HenrikJoreteg | ||
@@ -223,3 +223,3 @@ var func = (navigator.getUserMedia || | ||
var audioContextType = window.webkitAudioContext || window.AudioContext; | ||
var audioContextType = window.AudioContext || window.webkitAudioContext; | ||
// use a single audio context due to hardware limits | ||
@@ -478,3 +478,3 @@ var audioContext = null; | ||
},{}],3:[function(require,module,exports){ | ||
},{}],4:[function(require,module,exports){ | ||
(function(window) { | ||
@@ -481,0 +481,0 @@ var logger = require('andlog'), |
@@ -19,3 +19,3 @@ (function(e){if("function"==typeof bootstrap)bootstrap("hark",e);else if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else if("undefined"!=typeof ses){if(!ses.ok())return;ses.makeHark=e}else"undefined"!=typeof window?window.hark=e():global.hark=e()})(function(){var define,ses,bootstrap,module,exports; | ||
var audioContextType = window.webkitAudioContext || window.AudioContext; | ||
var audioContextType = window.AudioContext || window.webkitAudioContext; | ||
// use a single audio context due to hardware limits | ||
@@ -22,0 +22,0 @@ var audioContext = null; |
@@ -17,3 +17,3 @@ var WildEmitter = require('wildemitter'); | ||
var audioContextType = window.webkitAudioContext || window.AudioContext; | ||
var audioContextType = window.AudioContext || window.webkitAudioContext; | ||
// use a single audio context due to hardware limits | ||
@@ -20,0 +20,0 @@ var audioContext = null; |
{ | ||
"name": "hark", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Converts an audio stream to speech events in the browser", | ||
@@ -5,0 +5,0 @@ "main": "hark.js", |
@@ -11,3 +11,3 @@ # Hark | ||
[hark.bundle.js](https://raw.github.com/latentflip/hark/master/hark.bundle.js) | ||
[hark.bundle.js](https://raw.github.com/otalk/hark/master/hark.bundle.js) | ||
@@ -90,2 +90,4 @@ | ||
Note that in Chrome this currently does not work for remote webrtc mediastreams. Track [this chrome bug](https://code.google.com/p/chromium/issues/detail?id=121673) for the status of the integration between WebRTC and WebAudio. | ||
## License | ||
@@ -92,0 +94,0 @@ |
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
2090623
13
1445
95
8