Merge pull request #51 from nicokaiser/master

aplay: change rate to 44100 to avoid unnecessary CPU usage
This commit is contained in:
Limor "Ladyada" Fried 2019-05-28 12:42:10 -04:00 committed by GitHub
commit e5d537a9f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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