From 2d0b00f6bbd326790c053961ccec07106cb172c7 Mon Sep 17 00:00:00 2001 From: waker Date: Wed, 9 Mar 2011 11:38:38 +0100 Subject: moved most of track properties from playItem struct to metadata implemented track properties with multiple selection --- replaygain.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'replaygain.h') diff --git a/replaygain.h b/replaygain.h index 5169c99c..1ebf79fd 100644 --- a/replaygain.h +++ b/replaygain.h @@ -27,6 +27,9 @@ replaygain_apply (ddb_waveformat_t *fmt, playItem_t *it, char *bytes, int bytesr void replaygain_set (int mode, int scale); +void +replaygain_set_values (float albumgain, float albumpeak, float trackgain, float trackpeak); + void apply_replay_gain_int8 (playItem_t *it, char *bytes, int size); -- cgit v1.2.3