12 Sep
2011
12 Sep
'11
10:59 p.m.
On Mon, Sep 12, 2011 at 1:29 PM, Clemens Ladisch clemens@ladisch.de wrote:
Raymond Toy wrote:
On Thu, Sep 8, 2011 at 1:10 AM, Clemens Ladisch <clemens@ladisch.de mailto:clemens@ladisch.de> wrote:
Add the SND_PCM_NO_AUTO_RESAMPLE flag when calling snd_pcm_open, or
use
snd_pcm_hw_params_set_rate_resample.
Some further experimentation with this has confused me. I changed the sample code to call snd_pcm_hw_params_set_rate_resample with resample =
When I run the code without an .asoundrc (defaulting to pulse audio, I think), I get sample rrates : 1-192000.
The pulse plugin does not support this flag.
Well, that explains it of course. Thanks for your help!
Ray