Skip to content

Commit

Permalink
Now returns volume to be max
Browse files Browse the repository at this point in the history
  • Loading branch information
Icelk committed Feb 17, 2021
1 parent 989c6f4 commit e55a889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/no_mixer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ impl Mixer for NoMixer {
fn stop(&self) {}

fn volume(&self) -> u16 {
0
65535
}

fn set_volume(&self, _volume: u16) {}
Expand Down

0 comments on commit e55a889

Please sign in to comment.