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/include/mpc/mpcdec.h

    r205 r212  
    8888void mpc_decoder_scale_output(mpc_decoder *p_dec, double scale_factor);
    8989
     90void setReplayLevel(mpc_demux * d, float level, mpc_bool_t use_gain,
     91                                        mpc_bool_t use_title, mpc_bool_t clip_prevention);
     92
    9093/// Actually reads data from previously initialized stream.  Call
    9194/// this iteratively to decode the mpc stream.
Note: See TracChangeset for help on using the changeset viewer.