Ignore:
Timestamp:
02/13/07 11:40:24 (17 years ago)
Author:
r2d
Message:
  • changed replay gain implementation (using sv8 representation)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/libmpcenc/libmpcenc.h

    r204 r212  
    8080                                                const unsigned int  SamplesCount,
    8181                                                const unsigned int  SampleFreq,
    82                                                 const unsigned int  ChannelCount);
     82                                                const unsigned int  ChannelCount,
     83                                                unsigned short t_gain,
     84                                                unsigned short t_peak,
     85                                                unsigned short a_gain,
     86                                                unsigned short a_peak);
    8387 void writeEncoderInfo ( mpc_encoder_t * e,
    8488                                                 const float profile,
Note: See TracChangeset for help on using the changeset viewer.