Gain Control Filter Module
[Plugin ModulesFilter Plugin Modules]

Plugin module that create media nodes that perform gain control on PCM audio data. More...

Defines

#define BLT_GAIN_CONTROL_FILTER_OPTION_DO_REPLAY_GAIN   "Plugins/GainControlFilter/DoReplayGain"
#define BLT_REPLAY_GAIN_TRACK_GAIN_VALUE   "ReplayGain/TrackGain"
#define BLT_REPLAY_GAIN_TRACK_PEAK_VALUE   "ReplayGain/TrackPeak"
#define BLT_REPLAY_GAIN_ALBUM_GAIN_VALUE   "ReplayGain/AlbumGain"
#define BLT_REPLAY_GAIN_ALBUM_PEAK_VALUE   "ReplayGain/AlbumPeak"

Functions

BLT_Result BLT_GainControlFilterModule_GetModuleObject (BLT_Module **module)

Detailed Description

Plugin module that create media nodes that perform gain control on PCM audio data.

These media nodes expect media packets with PCM audio as input, and produce media packets with PCM audio as output. They amplify or attenuate the PCM audio by a variable gain factor. These media nodes listen for ReplayGain values set by other nodes in the chain when they are found in certain media format or meta-data.