crazoter / panplus

A chrome extension that improves the webcasting experience for panopto.
GNU General Public License v3.0
7 stars 7 forks source link

lineFeature is undefined when sampling noise for mono-channel webcast #18

Open crazoter opened 4 years ago

crazoter commented 4 years ago

Describe the bug Run program on a mono-channel webcast (these are rare) and enable dynamic noise sampling. Other possibilities: Noise not loud enough.

lineFeature is undefined.

Uncaught TypeError: Cannot read property 'length' of undefined at VADProcessor.lineFeatureIsZero (vad-processor.js:332) at VADProcessor.processNoiseReference (vad-processor.js:220) at VADProcessor.process (vad-processor.js:171) at onmessage (vad-worker.js:21)   lineFeatureIsZero @ vad-processor.js:332
  processNoiseReference @ vad-processor.js:220
  process @ vad-processor.js:171
  onmessage @ vad-worker.js:21

Current workaround Use the pre-defined noise samples.