]> Repos - portaudio/commit
optimized PA processor for case when host and user buffer match by type and size...
authordmitrykos <dmitrykos@0f58301d-fd10-0410-b4af-bbb618454e57>
Sat, 10 Jul 2010 17:41:25 +0000 (17:41 +0000)
committerdmitrykos <dmitrykos@0f58301d-fd10-0410-b4af-bbb618454e57>
Sat, 10 Jul 2010 17:41:25 +0000 (17:41 +0000)
commit1c289f924e981857b5a413ff39651bd7af777121
tree6b45b5803037c61410de7cf384e0f81083ceca8c
parent231eb48512dc3b8b76b86a4d28f04ee0928762cd
optimized PA processor for case when host and user buffer match by type and size, now host buffer pointer will be passed to user space directly, additional copying of audio input/output data is thus avoided.
asio: apply paNonInterleaved flag on host formats for callback mode (required for processor compatibility).
src/common/pa_process.c
src/common/pa_process.h
src/hostapi/asio/pa_asio.cpp