Ignore:
Timestamp:
02/13/07 11:40:24 (18 years ago)
Author:
r2d
Message:
  • changed replay gain implementation (using sv8 representation)
Location:
libmpc/branches/r2d/include/mpc
Files:
2 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.
  • libmpc/branches/r2d/include/mpc/streaminfo.h

    r201 r212  
    6969    /// @name Replaygain properties
    7070    //@{
    71     mpc_int16_t          gain_title;         ///< Replaygain title value
    72     mpc_int16_t          gain_album;         ///< Replaygain album value
     71    mpc_uint16_t         gain_title;         ///< Replaygain title value
     72    mpc_uint16_t         gain_album;         ///< Replaygain album value
    7373    mpc_uint16_t         peak_album;         ///< Peak album loudness level
    7474    mpc_uint16_t         peak_title;         ///< Peak title loudness level
Note: See TracChangeset for help on using the changeset viewer.