[Bug 774689] audiobuffersplit: New element that splits raw audio buffers into equal-sized buffers

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Nov 18 19:03:15 UTC 2016


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

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Created attachment 340265
  --> https://bugzilla.gnome.org/attachment.cgi?id=340265&action=edit
audiobuffersplit: New element that splits raw audio buffers into equal-sized
buffers

This is useful e.g. if audio buffers should be exactly the duration of a
video frame, or if a audio buffers should never be too large because of
latency constraints.

The element is taking a fractional buffer duration, to allow working
with e.g. 1001/30000 as output duration and it accumulates rounding
errors in the buffer durations and compensates for them by making some
buffers one sample larger than the others.

-- 
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