[Bug 793289] wasapi: Several improvements to latency and glitch-free playback

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Feb 8 06:35:05 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=793289

--- Comment #7 from Nirbheek Chauhan <nirbheek.chauhan at gmail.com> ---
Created attachment 368128
  --> https://bugzilla.gnome.org/attachment.cgi?id=368128&action=edit
wasapisink: Re-align device period if necessary

Sometimes the minimum period advertised by a card results in an
unaligned buffer size error during initialization in exclusive mode.
In that case, we can fetch the actual buffer size in frames and
calculate the period from that.

We can't do this pre-emptively because we can't call GetBufferSize
till Initialize has been called at least once.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list