Comparing version 1.2.6 to 1.2.7
@@ -394,2 +394,5 @@ // Muaz Khan - www.MuazKhan.com | ||
this.requestData(); | ||
audioInput.disconnect(); | ||
ObjectStore.AudioContextConstructor = null; | ||
}; | ||
@@ -441,4 +444,3 @@ | ||
// creates a gain node | ||
if (!ObjectStore.VolumeGainNode) | ||
ObjectStore.VolumeGainNode = context.createGain(); | ||
ObjectStore.VolumeGainNode = context.createGain(); | ||
@@ -448,4 +450,3 @@ var volume = ObjectStore.VolumeGainNode; | ||
// creates an audio node from the microphone incoming stream | ||
if (!ObjectStore.AudioInput) | ||
ObjectStore.AudioInput = context.createMediaStreamSource(mediaStream); | ||
ObjectStore.AudioInput = context.createMediaStreamSource(mediaStream); | ||
@@ -452,0 +453,0 @@ // creates an audio node from the microphone incoming stream |
{ | ||
"name": "msr", | ||
"preferGlobal": true, | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Muaz Khan", |
@@ -0,0 +0,0 @@ ## [MediaStreamRecorder.js](https://github.com/streamproc/MediaStreamRecorder) - [Demos](https://www.webrtc-experiment.com/msr/) - [![npm](https://img.shields.io/npm/v/msr.svg)](https://npmjs.org/package/msr) [![downloads](https://img.shields.io/npm/dm/msr.svg)](https://npmjs.org/package/msr) |
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
59204