change rate to 44100 to avoid unnecessary CPU usage while playing silence
This commit is contained in:
parent
194d8ae3e4
commit
633711804d
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