Re: [Alsa-user] snd_pcm_writei errors

2014-10-15 Thread Clemens Ladisch
Paul A. Steckler wrote: > The application ... calls snd_pcm_writei. The playback device is > "default", which in my case is the PulseAudio Sound Server. > > The first error is that not all the data is written, a "short write". This should not happen except in non-blocking mode. Are you using it?

[Alsa-user] snd_pcm_writei errors

2014-10-14 Thread Paul A. Steckler
I have an ALSA application running in x64 Linux (Fedora 20). The application receives some PCM data to play over a network connection, and calls snd_pcm_writei. The playback device is "default", which in my case is the PulseAudio Sound Server. Mostly, things go very smoothly, but there are two ki