Open
Description
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
emcc -lopenal bug_sample.cpp -o bug_sample.html
python -m SimpleHTTPServer 8080
- 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
Labels
No labels