Example #1
0
  private void vorbis_encode_ath_setup(int block) {

    codec_setup_info ci = vi.codec_setup;
    vorbis_info_psy p = ci.psy_param[block];

    p.ath_adjatt = ci.hi.ath_floating_dB;
    p.ath_maxatt = ci.hi.ath_absolute_dB;
  }