beginnings of configuration support for ReplayGain settings

This commit is contained in:
Josh Coalson
2002-11-01 08:03:47 +00:00
parent 6e5361bf30
commit 9502748777
4 changed files with 95 additions and 2 deletions

View File

@@ -29,6 +29,14 @@ typedef struct {
gboolean convert_char_set;
gchar *file_char_set;
gchar *user_char_set;
struct {
gboolean enable;
gint preamp;
gboolean hard_limit;
gboolean dither;
guint noise_shaping; /* value must be one of NoiseShaping enum, c.f. plugin_common/replaygain_synthesis.h */
} replaygain;
} flac_config_t;
extern flac_config_t flac_cfg;