From: Jeff W. <we...@ha...> - 2004-04-01 13:50:54
|
Andrew, It looks like your change to the code is correct. But I don't have an alsa system, so I'm passing your question off to Frank Freudenberg regarding the playback problem. jw Andrew Gaydenko wrote: >Jeff, > >I have just downloaded 0.20-02 and have these problems: > >1. It is impossible to set alsa device; I have replaced audio_alsac:45 > >int err = snd_pcm_open(&handle, "plughw:0,0", /*"default",*/ > >with > >int err = snd_pcm_open(&handle, output_device, > >and now can set needed alsa device. > >2. During playback after few seconds playing stops, terminal shows repeating >messages like this: > >########################################################## >audio_device_processed_bytes: snd_pcm_delay >Broken pipe > >I'm not c/alsa developer/guru, so, I can not suggest anything clever here :-) > >P.S. Is there CVS read-only access? > >With hope, >Andrew > > |