On Fri, Feb 06, 2009 at 11:48:46AM +0200, Kari Smolander wrote:
> I would say that as long as your card do not resample and the transfer
> route is fully digital, it does not really matter what card you have.
> I have a 20 euro USB Behringer with optical out and I think that it is
> perfect. My amplifier takes care of the DAC. It would be waste of
> money to spend more for 44 and 48 kHz 2 channel audio or raw DD/DTS
> out.

ACK. For example soundcards with a C-Media CMI 8738/8768 chip
are reported to not do any resampling.

Another thing to take care of is Alsa: In the default configuration
Alsa uses the dmix plugin which does resampling to 48kHz. The easiest
solution around this (if you don't need dmix) is to change the default
device to your (hardware) soundcard:

/etc/asound.conf:

pcm.!default {
        type hw
        card 0
        device 0
}

ctl.!default {
        type hw
        card 0
}

Of course you might also tell applications to use another playback
device, for example by setting MPLAYER_AO_DEV_OPTS to "device=hw=0,0"
in freevo's local_conf.py.

so long,

Hias

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to