Merge pull request #51 from nicokaiser/master
aplay: change rate to 44100 to avoid unnecessary CPU usage
This commit is contained in:
commit
e5d537a9f4
1 changed files with 1 additions and 1 deletions
|
|
@ -445,7 +445,7 @@ EOL
|
|||
Description=Invoke aplay from /dev/zero at system start.
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/aplay -D default -t raw -r 48000 -c 2 -f S16_LE /dev/zero
|
||||
ExecStart=/usr/bin/aplay -D default -t raw -r 44100 -c 2 -f S16_LE /dev/zero
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Reference in a new issue