[pulseaudio-discuss] [PATCH] loopback: Fix the obviously-wrong "buffer+=buffer" logic

2015-02-22 Thread Alexander E. Patrakov
Extracted from the yet-unsplit patch by Georg Chini with the subject "[PATCH v4] Make module loopback honor requested latency". --- src/modules/module-loopback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) No Signed-off-by line, because the original patch did not have one. diff --git a

[pulseaudio-discuss] [PATCH] echo-cancel: fix the obviously-wrong "buffer+=buffer" logic

2015-02-22 Thread Alexander E. Patrakov
Same bug as in module-loopback, pointed out by Georg Chini in a private email. Signed-off-by: Alexander E. Patrakov --- src/modules/echo-cancel/module-echo-cancel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/echo-cancel/module-echo-cancel.c b/src/modules/ech

Re: [pulseaudio-discuss] [PATCH v4] Make module loopback honor requested latency

2015-02-22 Thread Alexander E. Patrakov
This is mostly for Tanu's patch-status page. I have split the patch into 11 components and sent the result to Georg privately. I have not done a careful self-review of the resulting components, and can't say that I 100% agree with the result. But there are definitely some things worth cherry-p

[pulseaudio-discuss] Erratic behavior with asynchronous reading and writing

2015-02-22 Thread Eric Thornton
All, I'm working on a basic asynchronous read/write program to understand the API before applying it to another piece of software.  On a read callback I create (or add to) a buffer, and then on write callback I write back as much of it as allowed. The code follows pacat.c and several examples I'

Re: [pulseaudio-discuss] [PATCH v4] Make module loopback honor requested latency

2015-02-22 Thread Georg Chini
On 22.02.2015 23:25, Alexander E. Patrakov wrote: This is mostly for Tanu's patch-status page. I have split the patch into 11 components and sent the result to Georg privately. I have not done a careful self-review of the resulting components, and can't say that I 100% agree with the result. B