mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-22 06:59:54 -05:00
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
This commit is contained in:
parent
6f9a367abc
commit
45700da4eb
6 changed files with 98 additions and 11 deletions
|
|
@ -330,6 +330,7 @@ libpolyp_@PA_MAJORMINOR@_la_SOURCES += \
|
|||
polypcore/log.c polypcore/log.h \
|
||||
polypcore/mcalign.c polypcore/mcalign.h \
|
||||
polypcore/memblock.c polypcore/memblock.h \
|
||||
polypcore/memblockq.c polypcore/memblockq.h \
|
||||
polypcore/memchunk.c polypcore/memchunk.h \
|
||||
polypcore/native-common.h \
|
||||
polypcore/packet.c polypcore/packet.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue