[gst-devel] release?
Jérémy Simon
jesimon at libertysurf.fr
Mon Feb 2 05:22:07 CET 2004
> Could you explain that a bit more? (AFAIK replaygain values are in dB
and
> therefore make a lot of sense as doubles.)
Let's take an example (vorbis tag) :
REPLAYGAIN_TRACK_GAIN=-7.03 dB
REPLAYGAIN_TRACK_PEAK=1.21822226
REPLAYGAIN_ALBUM_GAIN=-6.37 dB
REPLAYGAIN_ALBUM_PEAK=1.21822226
1/ REPLAYGAIN_TRACK_GAIN and REPLAYGAIN_ALBUM_GAIN type should be
STRING. Is it the Gstreamer role to remove the 'dB' string and store the
data as double ?
2/ REPLAYGAIN_TRACK_PEAK and REPLAYGAIN_ALBUM_PEAK should work. But it
doesn't. I tried : gst-launch -t filesrc location=foo.ogg ! oggdemux !
vorbisdec ! alsasink. These tag aren't detected.
Jeremy
More information about the gstreamer-devel
mailing list