diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-09-25 12:05:06 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-09-25 12:05:06 +0000 |
| commit | 6b48eaf5918e54b4f6cc7e9366da72ee6fe416b6 (patch) | |
| tree | c9444416ff941a434fed97b7d2d786fa194088f9 /src/plugins/General/rgscan/gain_analysis.h | |
| parent | 9705552640a9c340df9c8a8b3c3ce07ede56c278 (diff) | |
| download | qmmp-6b48eaf5918e54b4f6cc7e9366da72ee6fe416b6.tar.gz qmmp-6b48eaf5918e54b4f6cc7e9366da72ee6fe416b6.tar.bz2 qmmp-6b48eaf5918e54b4f6cc7e9366da72ee6fe416b6.zip | |
rgscan: added album gain calculation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3723 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/rgscan/gain_analysis.h')
| -rw-r--r-- | src/plugins/General/rgscan/gain_analysis.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/General/rgscan/gain_analysis.h b/src/plugins/General/rgscan/gain_analysis.h index a6d8b6193..0e75c3074 100644 --- a/src/plugins/General/rgscan/gain_analysis.h +++ b/src/plugins/General/rgscan/gain_analysis.h @@ -49,7 +49,8 @@ int InitGainAnalysis (GainHandle_t **handle, long samplefreq); int AnalyzeSamples (GainHandle_t *handle, const Float_t* left_samples, const Float_t* right_samples, size_t num_samples, int num_channels); int ResetSampleFrequency (GainHandle_t *handle, long samplefreq); Float_t GetTitleGain(GainHandle_t *handle); -Float_t GetAlbumGain(GainHandle_t *handle); +//Float_t GetAlbumGain(GainHandle_t *handle); +Float_t GetAlbumGain(GainHandle_t **handle, int count); void DeinitGainAbalysis(GainHandle_t *handle); #ifdef __cplusplus |
