repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mpv: switch to meson
[kiss-trunc88.git]
/
cplay-ng
/
patches
/
mine.patch
blob
515a36abf1e2d0526fb0f44227708bdc23bf59a9
1
--- a/cplay.py
2
+++ b/cplay.py
3
@@ -152,7 +152,8 @@
4
'--input-ipc-server=%s' % self.socket_path,
5
'--idle',
6
'--audio-display=no',
7
- '--replaygain=track',
8
+ '--replaygain=no',
9
+ '--audio-device=alsa/front:CARD=XFi,DEV=0',
10
],
11
stdin=subprocess.DEVNULL,
12
stdout=subprocess.DEVNULL,