I'd like to send my audio to the DAC as directly as possible without
digital alteration.  I'm currently using this:

audio_output {
        type                    "alsa"
        name                    "USB DAC"
        device                  "hw:0,0"
}

but this looks interesting:

audio_output {
      type            "pipe"
      name            "my pipe"
      command         "aplay -f cd 2>/dev/null"
# Or if you're want to use AudioCompress
      command         "AudioCompress -m | aplay -f cd 2>/dev/null"
# Or to send raw PCM stream through PCM:
      command         "nc example.org 8765"
      format          "44100:16:2"
}

Would I benefit from switching to pipe output?

- Grant

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to