Package net.sourceforge.jaad.aac.gain

Examples of net.sourceforge.jaad.aac.gain.GainControl


      tns.decode(in, info);
    }

    gainControlPresent = in.readBool();
    if(gainControlPresent) {
      if(gainControl==null) gainControl = new GainControl(frameLength);
      LOGGER.log(Level.FINE, "GAIN");
      gainControl.decode(in, info.getWindowSequence());
    }

    //RVLC spectral data
View Full Code Here

TOP

Related Classes of net.sourceforge.jaad.aac.gain.GainControl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.