Ignore:
Timestamp:
10/17/06 16:55:28 (18 years ago)
Author:
r2d
Message:
  • added profile.c in libmpcpsy
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/branches/r2d/libmpcpsy/psy.c

    r76 r77  
    146146
    147147        m->SampleFreq = 0.;
    148         m->Bandwidth = 0.;
     148        m->BandWidth = 0.;
    149149        m->KBD1 = 2.;
    150150        m->KBD2 = -1.;
     
    152152        m->Ltq_max = 0;
    153153        m->EarModelFlag = 0;
     154        m->PNS = 0.;
     155        m->CombPenalities = -1;
    154156
    155157    // generate FFT lookup-tables with largest FFT-size of 1024
Note: See TracChangeset for help on using the changeset viewer.