recorder-client 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -1,6 +1,5 @@
1
1
  'use strict';
2
2
 
3
- //AudioWorkletProcessor 单声道 音频采样率是16000 使用pcm 1.9kb发送一次数据
4
3
  function audioProcessorJs() {
5
4
  const code = `
6
5
  class AudioProcessor extends AudioWorkletProcessor {
package/dist/index.esm.js CHANGED
@@ -1,4 +1,3 @@
1
- //AudioWorkletProcessor 单声道 音频采样率是16000 使用pcm 1.9kb发送一次数据
2
1
  function audioProcessorJs() {
3
2
  const code = `
4
3
  class AudioProcessor extends AudioWorkletProcessor {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "recorder-client",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "audio recording client",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",