[pulseaudio-tickets] [Bug 101121] padsp: misaligned fragment size or odd return from read() will cause pa_stream_write() to fail

2017-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101121 Tanu Kaskinen changed: What|Removed |Added Status|NEW |RESOLVED

[pulseaudio-tickets] [Bug 101121] padsp: misaligned fragment size or odd return from read() will cause pa_stream_write() to fail

2017-06-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101121 --- Comment #5 from Arun Raghavan --- Good catch on the leftover. Will fix. Want to write up a patch for the fragment size thing? -- You are receiving this mail because: You are the assignee for the bug. You are the QA

[pulseaudio-tickets] [Bug 101121] padsp: misaligned fragment size or odd return from read() will cause pa_stream_write() to fail

2017-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101121 --- Comment #4 from aiju-freedesk...@phicode.de --- I think it would also be helpful to fix the fragment size calculation by moving i->fragment_size = (i->fragment_size/fs)*fs; in fix_metrics to the end of the function (just before the

[pulseaudio-tickets] [Bug 101121] padsp: misaligned fragment size or odd return from read() will cause pa_stream_write() to fail

2017-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101121 --- Comment #3 from aiju-freedesk...@phicode.de --- Thanks, but your patch is not quite correct. I had to change +i->leftover = r - to_write; to +i->leftover += r - to_write; or else it would fail trying to memmove

[pulseaudio-tickets] [Bug 101121] padsp: misaligned fragment size or odd return from read() will cause pa_stream_write() to fail

2017-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101121 --- Comment #2 from Arun Raghavan --- Could you try this patch to see if it helps? https://lists.freedesktop.org/archives/pulseaudio-discuss/2017-May/028259.html -- You are receiving this mail because: You are the QA

[pulseaudio-tickets] [Bug 101121] padsp: misaligned fragment size or odd return from read() will cause pa_stream_write() to fail

2017-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101121 Tanu Kaskinen changed: What|Removed |Added Blocks||99067 --- Comment #1