I was trying to set a fixed buffer size on Windows/WASAPI, but as a result I only get the message that the device doesn't support this configuration, no matter which buffer size I try.
When checking the available configurations, the buffer size is set to Unknown. Does that mean it's generally impossible to set a fixed buffer size in this situation? Or does cpal just check against the available config and, seeing that there is none that supports the requested size, returns an error ?
I'm not super familiar with the windows audio world, so I'm not sure what the WASAPI capabilities are ...
I was trying to set a fixed buffer size on Windows/WASAPI, but as a result I only get the message that the device doesn't support this configuration, no matter which buffer size I try.
When checking the available configurations, the buffer size is set to
Unknown. Does that mean it's generally impossible to set a fixed buffer size in this situation? Or does cpal just check against the available config and, seeing that there is none that supports the requested size, returns an error ?I'm not super familiar with the windows audio world, so I'm not sure what the WASAPI capabilities are ...