[gstreamer-bugs] [Bug 609801] [volume] Use sample accurate property values if a controller is used

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Feb 17 11:05:10 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=609801
  GStreamer | gst-plugins-base | git

Stefan Kost (gstreamer, gtkdoc dev) <ensonic> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ensonic at sonicpulse.de

--- Comment #10 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2010-02-17 19:05:07 UTC ---
(In reply to comment #4)
> we really don't want to do that.. If you want sample accurate interpollation we
> don't want to split the buffer on each sample. We should use the controller to
> generate an array of values for each sample that we need to modify (with some
> interpolation) and then combine the arrays (this also allows us to use
> efficient matrix multiply with sse or something).

We want sample accurate interpollation, but not a new control value per sample.
The controller is for control curves and those cause to high overhead if done
on sample level. Having a max controlrate of e.g. 50 Hz is covering already
exotic use cases. Most use cases would still be fine with 2-10Hz.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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