]> code.delx.au - pulseaudio/commit
Have a memblock queue on the client side during recording. This makes the
authorPierre Ossman <ossman@cendio.se>
Fri, 17 Feb 2006 15:42:47 +0000 (15:42 +0000)
committerPierre Ossman <ossman@cendio.se>
Fri, 17 Feb 2006 15:42:47 +0000 (15:42 +0000)
commit45700da4ebf2986126d7a4d6889c028599fd3085
tree8929a905c9e837eb2b5651df2df65e9e90243ba6
parent6f9a367abc8d8949e980d30645420fb31f8eb6af
Have a memblock queue on the client side during recording. This makes the
record callback optional in stead of mandatory.

For applications that wish to retain the old behaviour, simply call
pa_stream_peek() followed by pa_stream_drop() in the callback.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@507 fefdeb5f-60dc-0310-8127-8f9354f1896f
src/Makefile.am
src/polyp/context.c
src/polyp/internal.h
src/polyp/stream.c
src/polyp/stream.h
src/utils/pacat.c