Re: [Alsa-devel] Rate Conversion

2002-07-01 Thread Kris Modrak
Paul Davis wrote: You don't need to do this. Use the 'plughw' device which should do all conversions from you. I am a little confused about your advice. I am not sure how to access the 'plughw' device from my application. snd_pcm_open (handle, plughw:N,M, ...) where N and M

Re: [Alsa-devel] Rate Conversion

2002-06-27 Thread Kris Modrak
Jaroslav Kysela wrote: On Thu, 27 Jun 2002, Kris Modrak wrote: I am writing a PCM application and wish to play a .wav file that has a sampling rate of 8kHz on a hardware setup that only supports sampling frequencies of 44.1 or 48kHz. Does anyone know how to implement this? You