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
@ -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>
|
||||
|
||||
* gst-libs/gst/audio/gstaudiofilter.c:
|
||||
@ -117,6 +122,7 @@
|
||||
Add small test for 32bit float <=> 64bit float conversion (works
|
||||
only one way so far, 32=>64 produces structured noise).
|
||||
|
||||
>>>>>>> 1.3137
|
||||
2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/audioconvert/gstaudioconvert.c:
|
||||
|
@ -28,6 +28,10 @@
|
||||
* Audioconvert converts raw audio buffers between various possible formats.
|
||||
* It supports integer to float conversion, width/depth 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>
|
||||
* <para>
|
||||
* <programlisting>
|
||||
|
Loading…
x
Reference in New Issue
Block a user