Last active
April 1, 2019 06:42
-
-
Save Pindar/536377dfd1c4387d4ea0bc5c9aff0634 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Playing zeros | |
# https://raspberrypi.stackexchange.com/questions/74456/i2s-dac-device-support-kernel-drivers-and-noise-pop-crackle-on-playbac | |
After=alsa-restore.service | |
Requires=alsa-restore.service | |
[Service] | |
TimeoutSec=0 | |
User=pi | |
ExecStart=/usr/bin/aplay -D default -c 2 -f S16 -r 48000 /dev/zero | |
Restart=always | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment