Fix typo
This commit was merged in pull request #14.
This commit is contained in:
@@ -149,7 +149,7 @@ impl AudioSystem {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn create_player(&mut self) -> Result<AudioPlayer, Error> {
|
pub fn create_player(&mut self) -> Result<AudioPlayer, Error> {
|
||||||
let config = self.choose_config(self.input.supported_input_configs()?)?;
|
let config = self.choose_config(self.output.supported_output_configs()?)?;
|
||||||
info!(
|
info!(
|
||||||
"creating player on {:?} with {:#?}",
|
"creating player on {:?} with {:#?}",
|
||||||
self.output.name().ok(),
|
self.output.name().ok(),
|
||||||
|
|||||||
Reference in New Issue
Block a user