Ignore:
Timestamp:
02/17/07 18:49:10 (17 years ago)
Author:
r2d
Message:
  • updated according to the spec
  • now reads / write beginning / end silences, but decoder does not care.
  • please test !
File:
1 edited

Legend:

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

    r212 r220  
    8080                                                const unsigned int  SamplesCount,
    8181                                                const unsigned int  SampleFreq,
    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);
     82                                                const unsigned int  ChannelCount);
     83 void writeGainInfo ( mpc_encoder_t * e,
     84                                          unsigned short t_gain,
     85                                          unsigned short t_peak,
     86                                          unsigned short a_gain,
     87                                          unsigned short a_peak);
    8788 void writeEncoderInfo ( mpc_encoder_t * e,
    8889                                                 const float profile,
     
    9091                                                 const int version_major,
    9192                                                 const int version_minor,
    92                                                  const int version_implement,
    9393                                                 const int version_build );
    9494 mpc_uint32_t writeBlock ( mpc_encoder_t *, const char *, const mpc_bool_t, mpc_uint32_t);
Note: See TracChangeset for help on using the changeset viewer.