If i were to put a output device params as something like this
let out_device_params = OutputDeviceParameters {
sample_rate: 44000
channels_count: 2,
channel_sample_count: 1,
};
it would work very well with pulseaudio(i.e in linux), but with macos it seems the callback isn't called "fast enough" i.e it doesn't call it 44000 times in this case
If i were to put a output device params as something like this
it would work very well with pulseaudio(i.e in linux), but with macos it seems the callback isn't called "fast enough" i.e it doesn't call it 44000 times in this case