Hey All,
Just uploaded a new build with a first pass attempt at WASAPI Shared (aka non-exclusive) mode. To use it, just select it from the sample rate selector:
Some notes:
- You can’t choose a sample rate since it’s dictated by Windows and your settings there.
- The buffer size is a bit of a guess - it will be at least that size, possibly larger (check the displayed value in the monitor panel to find out what was actually selected).
- Switching between Shared and Exclusive modes might change the number of available channels (not sure why atm) so you might want to check your port assignments
Also, I’ve improved the WASAPI sample format support, adding support for devices that require floating point samples.
I’ve tagged this as experimental since it needs testing with a range of drivers.
You might be wondering why I’ve chosen to implement this now… I’ve been trying to setup an environment for making some videos and wanted to capture the audio from Cantabile straight into the screen recorder - which of course wouldn’t work in exclusive mode. As they say… “necessity is the mother of invention.”