James Courtier-Dutton wrote: > James Courtier-Dutton wrote: > >> The current pcm_rate.c tends to insert zero samples in the stream. >> >> E.g. Downsampling from 48000 -> 16000 >> Starts with a block of 2048, and has to create 682 samples. >> The current code sometimes only produces 681 samples, leaving the last >> one zero. >> >> The attached patch fixes this problem. >> >> James >> >> > > I have done more testing, and it does not quite fix everything. > > James > > > This PATCH against alsa-lib cvs seems to work well for me now. Can some people please try it and tell me what they think ? Thanks James