Open
Description
In start_capture
, you initialize capturing. You do this by setting p->capturing = true
, and then initializing the WAV writer.
Lines 1260 to 1270 in 9ddb4d2
However, in the callback, you simply use the WAV writer as soon as p->capturing
is true. Meaning that you might be using an uninitialized WAV (Note that this exact thing happened in the last stream, though the code looked a little different, when you tried to use a debugger).
Lines 487 to 491 in 9ddb4d2
Metadata
Metadata
Assignees
Labels
No labels