with_sample_rate_and_buffer_size sample_rate is set to self.max_sample_rate
This commit is contained in:
parent
f762e5dd8f
commit
919722a785
@ -535,7 +535,7 @@ impl SupportedStreamConfigRange {
|
||||
channels: self.channels,
|
||||
sample_format: self.sample_format,
|
||||
buffer_size,
|
||||
sample_rate,
|
||||
sample_rate: self.max_sample_rate,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user