Ignore:
Timestamp:
10/06/06 18:51:07 (18 years ago)
Author:
zorg
Message:

Added primitive mpcdec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpcdec/branches/zorg/src/internal.h

    r68 r70  
    4545#include <mpcdec/mpcdec.h>
    4646
    47 enum {
    48     MPC_FRAME_LENGTH          = (36 * 32),              ///< Samples per mpc frame
    49     MPC_DECODER_BUFFER_LENGTH = (MPC_FRAME_LENGTH * 4), ///< Required buffer size for decoder
    50     MPC_DECODER_SYNTH_DELAY   = 481
    51 };
    52 
    5347/// Big/little endian 32 bit byte swapping routine.
    5448static mpc_inline
Note: See TracChangeset for help on using the changeset viewer.