Skip to content

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

@crazoter

Description

@crazoter

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions