Files
miniaudio/.github/ISSUE_TEMPLATE/bug_report.md
T
2020-05-24 14:07:31 +10:00

589 B

name, about, title, labels, assignees
name about title labels assignees
Bug report Submit a bug report.

DELETE ALL OF THIS TEXT BEFORE SUBMITTING

If you think you've found a bug, it will be helpful to run with #define MA_DEBUG_OUTPUT above your miniaudio implementation like the code below and to include the output with this bug report:

#define MA_DEBUG_OUTPUT
#define MINIAUDIO_IMPLEMENTATION
#include "miniaudio.h"

If you are having issues with playback, please run the simple_payback_sine example and report whether or not it's consistent with what's happening in your program.