On Tue, 2004-06-01 at 02:17, Darrell Blake wrote:
> P.S. I like your name =o)
Three Darrell B's. Wow! What are the odds?
Darrell Bellerive
---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the ma
On Mon, 31 May 2004, Darrell Blake wrote:
> pcm.48000Hz {
Please don't use a device name beginning with a digit, this may be
interpreted as a number by some programs.
> Is it possible to set the default ALSA device?
pcm.!default = NX48000Hz
HTH
Clemens
-
Yeah I like the resampling in mplayer. I tend to use the mplayer one
instead of pointing mplayer to my new device.
> of course you would still be ebtter off with a card that does native
44.1...
I presume you mean native to the Linux kernel? The card definately
supports 44.1 but for some strang
i'm not sure how good the resampling is in alsa -- from my experience,
the best upsampling you will get is from mplayer -- its
processor-intensive, but its interpolation is good -- have a look at
http://dalston.ku24.com/cluster/archives/000130.html for the settings
i've used facing a similar pr
Isn't it just a case of the Linux driver not supporting the NXs version of
44000 rather than the device not supporting 44000 at all? My guess, as a
software engineer, is that Creative decided not to follow the USB audio
standards and therefore the USB audio drivers don't work correctly.
P.S. You m
Is that a no then?
> You would be far ahead if you got a soundcard which was capable of 44100
> rate from the word go. Time interpolating will always make your good
> soundcard sound like a cheap soundcard-- increase noise and all types of
> distortion. And if you are going to do it well (ie not i
On Mon, 31 May 2004, Darrell Blake wrote:
> Is it possible to set the default ALSA device? I have an Audigy2 NX card and
> have to create a device (called 48000) to upmix 44000hz sample rates to
> 48000hz so they sound right. My ~/.asoundrc file looks like this at the
> moment...
>
> pcm.48000Hz
Is it possible to set the default ALSA device? I have an Audigy2 NX card and
have to create a device (called 48000) to upmix 44000hz sample rates to
48000hz so they sound right. My ~/.asoundrc file looks like this at the
moment...
pcm.48000Hz {
type plug
slave {
pcm "hw:0,0"
rate 48000
}
route_pol