with_sample_rate_and_buffer_size sample_rate is set to self.max_sample_rate

This commit is contained in:
JoshuaBatty 2020-05-05 16:29:18 +02:00
parent f762e5dd8f
commit 919722a785
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ impl SupportedStreamConfigRange {
channels: self.channels,
sample_format: self.sample_format,
buffer_size,
sample_rate,
sample_rate: self.max_sample_rate,
}
}