Hello all,

trying to write a small alsa playing library I would like
to use the snd_pcm_writei.

snd_pcm_sframes_t snd_pcm_writei ( 
 snd_pcm_t * pcm, 
 const void * buffer, 
 snd_pcm_uframes_t size )

 In the pcm.c example the size is set to period_size; I set
it to my inputdata blocklength; observing the output
counter I found, first a buffer_sized block is written,
then the remaining sample. period_size does not appear.

Where can I find more information about this?

BTW, where is a *searchable* archive of this list?

Regards

Jan-Mark
-- 
.- Dipl.-Ing. Jan-Mark Batke -- TU Berlin·Secretary FT 5-1 .
 Phone: ++49 30 314-2 45 78     Fachgebiet Fernmeldetechnik     
 Fax:   ++49 30 314-2 25 14     (Telecommunications Group)      
 http://www-ft.ee.tu-berlin.de/~batke ------.¸.·¸.·´¯`·.¸.·.
 
                                        


_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to