GNOME Bugzilla – Bug 581568
ability for replaygain plugin to post level messages
Last modified: 2009-05-07 14:27:45 UTC
This patch provides ability for the replaygain plugin to post messages mentionning the computed gain level. This would provide ability to do such things, from the perceptual gain information: *level metering *silence detection *...
Created attachment 134088 [details] [review] patch to emit gain messages
Thanks, committed this with some minor changes (fixed a cast, changed the structure name to "rganalysis" which seems to be more consistent with other elements and changed the default to not post messages). commit 3e0f1b84a4af33ef90da5f0f039f8f2c2cd62e81 Author: Gabriel Bouvigne <bouvigne@mp3-tech.org> Date: Thu May 7 16:25:41 2009 +0200 rganalysis: Add ability to post level messages Fixes bug #581568.