[Bug 649642] The volume plug-in works abnormal in 0.10.32 & 0.10.31

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 31 01:33:50 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=649642
  GStreamer | gst-plugins-base | 0.10.32

--- Comment #19 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2011-05-31 08:33:45 UTC ---
Something is indee wrong with vol=8, will have a look later:

----------------------------------------
#!/bin/sh
for i in `seq 1 8`
do
  echo "== $i =="
  gst-launch-0.10 -m audiotestsrc num-buffers=20 volume=0.1 ! \
          audio/x-raw-int,width=16,depth=16 ! \
          volume volume=$i ! level interval=300000000 ! wavenc ! filesink
location=volume$i.wav | egrep -o ": level,.*$" | cut -d',' -f7-8
done
----------------------------------------
produces

== 1 ==
 rms=(double){ -23.009990657631747 }, peak=(double){ -20.002120837426741 }
== 2 ==
 rms=(double){ -16.989390744352121 }, peak=(double){ -13.981520924147118 }
== 3 ==
 rms=(double){ -13.467565563238498 }, peak=(double){ -10.459695743033492 }
== 4 ==
 rms=(double){ -10.968790831072496 }, peak=(double){ -7.9609210108674935 }
== 5 ==
 rms=(double){ -13.467565563238498 }, peak=(double){ -10.459695743033492 }
== 6 ==
 rms=(double){ -16.989390744352121 }, peak=(double){ -13.981520924147118 }
== 7 ==
 rms=(double){ -23.009990657631747 }, peak=(double){ -20.002120837426741 }
== 8 ==
 rms=(double){ -699.99999984363217 }, peak=(double){ -349.99999992181608 }

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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