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?
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