[Bug 755301] audioconvert: Integer->Float conversion creates values slightly smaller than -1.0

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Oct 13 07:26:12 PDT 2015


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

--- Comment #16 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Well, 16 bit integer to 32 bit integer is lossless. If you go from 16 bit
integer to 32 bit floats, you have exactly the same problems :)

The reason for going via 32 bit integers first is that we reduce the amount of
conversion code a lot. We always go via 32 bit integers or 64 bit floats as an
intermediate format.

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