Fix debug assertion in AudioDevice constructor

pull/24/head
Caleb Cornett 2022-08-25 23:43:01 -04:00
parent ebfd4fd457
commit 041f549387
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 */