Uses of Class
org.qtunes.replaygain.GainAnalysis

Packages that use GainAnalysis
org.qtunes.replaygain The "replaygain" package has classes to normalize an audio track to a specific volume, and to manage a simple database of stored normalizations 
 

Uses of GainAnalysis in org.qtunes.replaygain
 

Methods in org.qtunes.replaygain that return GainAnalysis
 GainAnalysis ReplayGainAnalyzer.analyze(javax.sound.sampled.AudioInputStream in)
          Calculate the gain for the specified AudioInputStream
static GainAnalysis GainAnalysis.fromString(java.lang.String data)
           
 GainAnalysis Normalizer.getGain(java.io.File file)
          Get the GainAnalysis for the specified file.
 

Method parameters in org.qtunes.replaygain with type arguments of type GainAnalysis
static float GainAnalysis.getAdjustment(java.util.Collection<GainAnalysis> analyses, float gain)
          Get the adjustment required to set the specified tracks to the specified Gain level