mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include "FLAC/ordinals.h"
|
||||
|
||||
void FLAC_plugin__replaygain_get_from_file(const char *filename,
|
||||
double *reference, FLAC__bool *reference_set,
|
||||
double *track_gain, FLAC__bool *track_gain_set,
|
||||
double *album_gain, FLAC__bool *album_gain_set,
|
||||
double *track_peak, FLAC__bool *track_peak_set,
|
||||
|
||||
Reference in New Issue
Block a user