> The issue I have been having is that I cannot seem to get DSD to
> output sound on the pi. In Ubuntu I have been using | padsp dsd -i -
> -o pa:0 . However raspian uses a system called aplay and I just
> cannot figure out how to format the command to use aplay instead of
> Pulse Audio.
It looks like you might be trying to play a raw file, but I'm not
sure. You can look through the options for aplay online (it's part of
the standard Linux ALSA system) so from that list you could try:
- Using "-t raw" if there is no .wav header and you get an error about
the file format being unknown.
- Using /dev/stdin as the filename, so that it reads from the pipe.
Cheers,
Adam.