Any ideas as to why this doesn't work? ```cs AudioSpec spec; spec.Freq = 48000; spec.Format = Sdl.Au
Any ideas as to why this doesn't work?
It opens the device (the returned ID is 0 which seems to be fine, and it also pops when the application closes), but doesn't call the callback at all (I've tried
It opens the device (the returned ID is 0 which seems to be fine, and it also pops when the application closes), but doesn't call the callback at all (I've tried
PfnAudioCallback.From() as well and it made no difference)