Alexandre Ratchov said:
> sorry, don't have the time to test & debug this right now, but a
> quick look at the ao_sndio.c suggest that blocking mode is used,
> while the device is opened in non-blocking mode:
> 
> p->hdl = sio_open(p->dev, SIO_PLAY, 1);
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> could you replace 1 by 0, and see if it makes things better?

Thank you!  Sure, audio playback is just fine now.  I am ashamed that I
didn't spot this myself.

Expectedly, this does not fix issues with video playback, which
seemingly remains as bad as it was with SDL backend.

Updated port attached.

-- 
Dmitrij D. Czarkoff

Attachment: mpv.tar.gz
Description: application/tar-gz

Reply via email to