On Fri, 2016-12-16 at 18:32 +0000, Steve Varholy wrote:
>
> Hadn't gotten a chance to posting.
>
>
> The answer is a qualified yes. Paravel gave me a call because they
> were curious to see whether they had an issue as well.
>
>
> The CENTOS upgrade also updates the driver on my particular machine.
> Where the onboard soundcard driver in the original appliance is happy
> at 48000, the card under the upgraded driver only likes to be run at
> 44.1 and the resulting audio is terrible.
>
>
> I have a new card arriving tomorrow. The thought is that it will
> resolve the issue.
It's not that it is happy...Alsa defaults to 48kHz in RHEL/CentOS. What
this does is change the default rate. If you look in the RD logs you
will or should see the error where this happens. You also need to make
sure RD is set at 44100kHz also in the Admim settings.
Could you try this before going further:
### put in /root/.asoundrc
pcm.!default {
type rate
slave {
pcm "plughw:0,0"
rate 44100
}
}
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev