https://bugs.freedesktop.org/show_bug.cgi?id=98475

--- Comment #2 from Ahmed S. Darwish <[email protected]> ---
These are 3 bugs in one psymptom ;-) Fixes for the first two are sent here:

   
https://lists.freedesktop.org/archives/pulseaudio-discuss/2016-November/027175.html

   
https://lists.freedesktop.org/archives/pulseaudio-discuss/2016-November/027176.html

Due to the above two fixes, commands like below ones now work succesfully:

    pacat --channels=3 /dev/urandom
    pacat --channels=5 /dev/urandom

Third issue can be reproduced with the following command:

    pacat  --channels=3 /dev/random

Note device change from urandom to random. Above final issue makes
pa_stream_write() fails with EINVAL due to misaligned audio - which resulted
from an incomplete pa_read() due to /dev/random strict randomness semantics.
Maybe we should use a ring buffer in that case. Third patch to be sent soon.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
pulseaudio-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to