pre-passage f32

This commit is contained in:
2025-07-22 00:22:39 +02:00
parent 044f9781de
commit 43f8d38cb2
8 changed files with 346 additions and 64 deletions

View File

@@ -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) {