|
@@ -142,7 +142,7 @@ impl Spirc {
|
|
|
|
|
|
let (cmd_tx, cmd_rx) = mpsc::unbounded();
|
|
let (cmd_tx, cmd_rx) = mpsc::unbounded();
|
|
|
|
|
|
- let volume = 0xFFFF;
|
|
|
|
|
|
+ let volume = 0x8000;
|
|
let device = initial_device_state(config, volume);
|
|
let device = initial_device_state(config, volume);
|
|
mixer.set_volume(volume);
|
|
mixer.set_volume(volume);
|
|
|
|
|