Hi,

I have just downloaded the latest alsa-kernel cvs and installed it.
The sample rate converters and rate setting functions seem broken.

For example. I can output at any rate to a SB Audigy2 because it does not need any sample rate conversion, but if I use the intel8x0 chip for sound output, the rate on the chip is fixed at 48000, and any rate other than that either hangs the output, or fails.
When if fails: -
err = snd_pcm_hw_params_set_rate_near(handle, params, &rate, 0);


If "rate" is initially 48000 it works, if "rate" is 44100 if fails, but in different ways, if device name is "default", it hangs when outputting audio and no sound even begins to come out of the speakers, if device name is "front", err = 0, and rate gets given the value of 0 or 48000 randomly!

If I am using a plug device like the "front" or "default" device, it should automatically do sample rate conversion for me, but none of the sample rate conversion seems to work!

Cheers
James


------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to