Socket
Socket
Sign inDemoInstall

audio-recorder-polyfill

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.5 to 0.3.6

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
### 0.3.6
* Fix echo bug in Safari (by @sseppola).
## 0.3.5

@@ -5,0 +8,0 @@ * Fix `mpegEncoder` sample rate (by Joe Krill).

5

index.js

@@ -86,3 +86,3 @@ import waveEncoder from './wave-encoder/index.js'

this.clone = this.stream.clone()
let input = context.createMediaStreamSource(this.clone)
this.input = context.createMediaStreamSource(this.clone)

@@ -105,3 +105,3 @@ if (!processor) {

input.connect(processor)
this.input.connect(processor)
processor.connect(context.destination)

@@ -140,2 +140,3 @@

})
this.input.disconnect()
return clearInterval(this.slicing)

@@ -142,0 +143,0 @@ }

{
"name": "audio-recorder-polyfill",
"version": "0.3.5",
"version": "0.3.6",
"description": "MediaRecorder polyfill to record audio in Edge and Safari",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc