pre-passage f32
This commit is contained in:
@@ -43,11 +43,7 @@ impl Speaker {
|
||||
// Lister toutes les configurations supportées
|
||||
self.print_supported_configs();
|
||||
|
||||
StreamConfig {
|
||||
channels: 2,
|
||||
sample_rate: SampleRate(44100),
|
||||
buffer_size: BufferSize::Default
|
||||
}
|
||||
self.get_output_config().into()
|
||||
}
|
||||
|
||||
pub fn print_supported_configs(&self) {
|
||||
|
||||
Reference in New Issue
Block a user