Marcin Pączkowski

Results 611 comments of Marcin Pączkowski

> Coreaudio allows setting the device sample rate, even though it works by default in a mode similar to WASAPI shared mode, IIUC. I find that reasonable and quite flexible....

> If you're unsure about erroring out in case halting disrupts some continuous process (unlikely?), a warning would serve the same purpose. Yeah, it does and it doesn't. If the...

@Spacechild1 should we do this? @prko @sternsc @jrsurge would you be able to test the [build](https://github.com/supercollider/supercollider/actions/runs/15269352534/artifacts/3201689974) from this PR (server booting, making sound) on your Windows systems?

Thanks @prko for testing! This is very informative. No need for further tests for now. It seems that PortAudio does not treat WASAPI as the default API, unfortunately. We'd need...

That's a possible workaround, but not a proper solution. The backend code (inside the server) should choose the default device starting with WASAPI. We depend on PortAudio for that, but...

> In both cases we need to explicitly tell portaudio that we want WASAPI as the default backend. But is it possible? Aside from manually enumerating devices?

Now that we have switched to choosing WASAPI devices by default, this PR can proceed. However, I would like wait a little after releasing 3.14, which should give us heads...

A few weeks have passed since SC 3.14 was released, using WASAPI devices by default, and I don't believe we have had reports of major issues because of that. To...

Thank you for testing @prko and @sternsc !