[Gstreamer-bugs] [Bug 120883] Changed - Gstreamer plays with a pitch to high

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu Mar 4 05:38:51 PST 2004


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=120883

Changed by in7y118 at public.uni-hamburg.de.

--- shadow/120883	Fri Feb 27 06:30:49 2004
+++ shadow/120883.tmp.30855	Thu Mar  4 08:38:50 2004
@@ -131,6 +131,20 @@
 ------- Additional Comments From sxpert at esitcom.org  2004-02-27 06:30 -------
 I resolved the problem using alsa and the oss emulation layer. be sure
 to use the latest alsa, as it contains bug fixes for that kind of
 problems.
 it's better to let the sound driver do that, instead of the
 applications, as it only needs upsampling in one location (the driver)
+
+------- Additional Comments From in7y118 at public.uni-hamburg.de  2004-03-04 08:38 -------
+The problem is that setting a rate in OSS leads to some funny 
+results. If you try setting the rate to 44100, OSS might actually 
+set it to 44100, 44018, 44787, 47655 or even 22050 Hz. Currently we 
+just accept those instead of using a heuristic to figure out what 
+rate is "good enough" and return an error if it's not.
+
+Add to this that OSS doesn't support good enough querying 
+capabilities - the only way to query a supported format is trying to 
+set it and looking at the result.
+
+Other apps using OSS do query/try to set some list of formats to 
+figure out what's supported btw.




More information about the Gstreamer-bugs mailing list