I'm running into latency issues on Windows. When I iterate over the SupportedStreamConfigs I only get one option:
SupportedStreamConfigRange { channels: 4, min_sample_rate: SampleRate(48000), max_sample_rate: SampleRate(48000), buffer_size: Unknown, sample_format: F32 }
And when I try to change the buffer size to anything other than BufferSize::Default it tells me
The requested stream configuration is not supported by the device.
I'm kind of at a loss for where to go from here.