Fix debug assertion in AudioDevice constructor #24

Closed
TheSpydog wants to merge 1 commits from TheSpydog:audio-assert into main
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace MoonWorks.Audio
public unsafe AudioDevice()
{
FAudio.FAudioCreate(out var handle, 0, 0);
FAudio.FAudioCreate(out var handle, 0, FAudio.FAUDIO_DEFAULT_PROCESSOR);
Handle = handle;
/* Find a suitable device */