Exemplo n.º 1
0
  /** Initialization of decoder */
  Decoder() {

    synth = synth_buf;
    synth_offset = M;

    decLd8k.init_decod_ld8k();
    postfil.init_post_filter();
    postPro.init_post_process();

    voicing = 60;
  }