Forráskód Böngészése

Merge branch 'progressive-voume-control' of https://github.com/thekr1s/librespot into progressive-voume-control

Robert 7 éve
szülő
commit
f0061a22ce
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -73,6 +73,7 @@ target/release/librespot --username USERNAME --cache CACHEDIR --name DEVICENAME
 | Option   |       | device              | Audio device to use. Use '?' to list options    | DEVICE      |
 | Option   |       | mixer               | Mixer to use                                    | MIXER       |
 | Option   |       | initial-volume      | Initial volume in %, once connected [0-100]     | VOLUME      |
+| Flag     |       | progressive-volume  | Increase volume slowly at low level             |             |
 
 Taken from here:
 https://github.com/ComlOnline/librespot/blob/master/src/main.rs#L88