gstreamer/sys/directsound
Philip Jägenstedt fbe726c3da directsoundsink: 16-bit audio is signed, 8-bit is unsigned.
Pretending to handle 8-bit signed causes distorted audio when
actually given such audio, which you will get if passing 8-bit
unsigned through audioconvert ! audioresample, as audioresample
only handles 8-bit signed.  Fixes #605834.

Signed-off-by: David Schleef <ds@schleef.org>
2011-07-09 16:45:51 -07:00
..
gstdirectsoundplugin.c
gstdirectsoundsink.c directsoundsink: 16-bit audio is signed, 8-bit is unsigned. 2011-07-09 16:45:51 -07:00
gstdirectsoundsink.h
Makefile.am