Skip to content

Repeated captureSamples calls register unexpected behavior #11616

Open
@krunal-shah

Description

@krunal-shah

Repeated calls to alcCaptureSamples without stopping audio capture, result in garbled reading of audio on all but the first call.

Reproducibility: A sample code exhibiting the issue can be found at gist. The description of reproducing the issue can be found at the top of the sample code. It can be compiled and run using

  1. emcc -lopenal bug_sample.cpp -o bug_sample.html
  2. python -m SimpleHTTPServer 8080
  3. Visit localhost:8080/*path to bug_sample.html*

Details: A doc describing the bug in detail, possible reason for the bug and a potential solution can be found at doc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions