https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216041
Tobias Kortkamp <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Tobias Kortkamp <[email protected]> --- (In reply to Sergey from comment #0) I don't think this related to the fix from bug #215867. The patches don't change anything related to volume. You might be interested in this thread on openbsd-ports: https://marc.info/?l=openbsd-ports&m=146747100730968&w=1 (In reply to Sergey from comment #1) > Sometimes (not very often) frequent click and snaps are heard but > pausing/resuming the video or dragging the handle removes > them. Restarting the sndiod service also removes them and sound > becomes clear. This is really a separate issue to the one you opened this bug for, but it doesn't matter :) Does it happen with www/firefox or other sndio clients also? Try playing a video file with multimedia/mpv with SNDIO=on (`mpv -ao sndio video.mp4`) and check if video and audio get out of sync. mpv is the most pedantic sndio client I know of. If other apps are affected as well that might be a problem with sndio, snd_emu10k1(4), or the interaction of both. If sndio is not getting an accurate playback position from the device then this can lead to the problems you describe. Please run sndiod in the foreground with `env SNDIO_DEBUG=1 sndiod -dd -m play -f rsnd/0` as your regular user. You should a message when Firefox or mpv connects to it. If you don't see any error message when the snaps start, try increasing the debug level to 3 or 4. Upload the log to some pastebin service and post the URL here. To get a log file it's probably easiest to do it in a script(1) session. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
