This commit is contained in:
AlexanderHarrison 2020-07-29 17:43:17 -06:00 committed by GitHub
parent ecbb026e2b
commit 104f04c9a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ impl SupportedStreamConfigRange {
assert!(self.min_sample_rate <= sample_rate && sample_rate <= self.max_sample_rate);
SupportedStreamConfig {
channels: self.channels,
sample_rate: self.max_sample_rate,
sample_rate,
sample_format: self.sample_format,
buffer_size: self.buffer_size,
}