Fix debug assertion in AudioDevice constructor #24
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "TheSpydog:audio-assert"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
When using a debug build of FAudio, this line was tripping an assertion. From the documentation, FAudio expects you to pass FAUDIO_DEFAULT_PROCESSOR as the last parameter of FAudioCreate.
Pull request closed