mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 22:46:35 +00:00
gst/audioconvert/gstaudioconvert.c: Also mention that a conversion from double to float is suboptimal still.
Original commit message from CVS: * gst/audioconvert/gstaudioconvert.c: Also mention that a conversion from double to float is suboptimal still.
This commit is contained in:
parent
5b499dec66
commit
66727fe484
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-02-06 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* gst/audioconvert/gstaudioconvert.c:
|
||||||
|
Also mention that a conversion from double to float is suboptimal still.
|
||||||
|
|
||||||
2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
|
2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* gst-libs/gst/audio/gstaudiofilter.c:
|
* gst-libs/gst/audio/gstaudiofilter.c:
|
||||||
|
@ -117,6 +122,7 @@
|
||||||
Add small test for 32bit float <=> 64bit float conversion (works
|
Add small test for 32bit float <=> 64bit float conversion (works
|
||||||
only one way so far, 32=>64 produces structured noise).
|
only one way so far, 32=>64 produces structured noise).
|
||||||
|
|
||||||
|
>>>>>>> 1.3137
|
||||||
2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
|
2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* gst/audioconvert/gstaudioconvert.c:
|
* gst/audioconvert/gstaudioconvert.c:
|
||||||
|
|
|
@ -28,6 +28,10 @@
|
||||||
* Audioconvert converts raw audio buffers between various possible formats.
|
* Audioconvert converts raw audio buffers between various possible formats.
|
||||||
* It supports integer to float conversion, width/depth conversion,
|
* It supports integer to float conversion, width/depth conversion,
|
||||||
* signedness and endianness conversion.
|
* signedness and endianness conversion.
|
||||||
|
*
|
||||||
|
* Some format conversion are not carried out in an optimal way right now.
|
||||||
|
* E.g. converting from double to float would cause a loss of precission.
|
||||||
|
*
|
||||||
* <title>Example launch line</title>
|
* <title>Example launch line</title>
|
||||||
* <para>
|
* <para>
|
||||||
* <programlisting>
|
* <programlisting>
|
||||||
|
|
Loading…
Reference in a new issue