[Ffmpeg-devel] ReplayGain for Vorbis decoder

Milan Cutka milan_cutka
Thu May 19 10:57:50 CEST 2005


I'm adding VorbisGain tag support to Vorbis decoder. It requires parsing of
comments header which I implemented already. Right now I'm deciding whether to
directly multiply decoded samples in vorbis_decode_frame or add new field to
AVCodecContext, fill it with found multiplier and let the application to perform
the multiplication. I'd like to know your opinions. Thanks.

  Milan





More information about the ffmpeg-devel mailing list