Uses of Class
com.tagtraum.audiokern.replaygain.ReplayGain
-
Packages that use ReplayGain Package Description com.tagtraum.audiokern Core audio classes for decoding, playing and analyzing audio data.com.tagtraum.audiokern.replaygain Classes related to the Replay Gain Proposal by David Robinson.com.tagtraum.beatunes Application for analyzing songs and sorting them based on how they match each other.com.tagtraum.beatunes.library Classes that load and manage the library.com.tagtraum.beatunes.library.filesystem Implementation of a file system based music library.com.tagtraum.beatunes.library.itunes Implementation of an iTunes-based music library.com.tagtraum.beatunes.onlinedb Classes for accessing the online database.com.tagtraum.beatunes.songtable.renderer Table cell renderers.com.tagtraum.ubermusic.acousticbrainz Web service implementing theUberMusicinterface to download high level data from the AcousticBrainz.com.tagtraum.ubermusic.amazon Offers access to Amazon and basic caching infrastructure.com.tagtraum.ubermusic.beatport com.tagtraum.ubermusic.coverartarchive Web service implementing theUberMusicinterface to download artwork from the Cover Art Archive.com.tagtraum.ubermusic.discogs com.tagtraum.ubermusic.lastfm Last.FM webservice.com.tagtraum.ubermusic.wikidata -
-
Uses of ReplayGain in com.tagtraum.audiokern
Methods in com.tagtraum.audiokern that return ReplayGain Modifier and Type Method Description ReplayGainAudioMetaData. getAlbumReplayGain()ReplayGainAudioSong. getAlbumReplayGain()Replay gain for this album.ReplayGainURLAudioSong. getAlbumReplayGain()ReplayGainAudioMetaData. getTrackReplayGain()ReplayGainAudioSong. getTrackReplayGain()Replay gain for this track (not taking other tracks in an album into account).ReplayGainURLAudioSong. getTrackReplayGain()protected ReplayGainAudioMetaData. getTrackReplayGainFromITunNORM()Methods in com.tagtraum.audiokern with parameters of type ReplayGain Modifier and Type Method Description voidAudioMetaData. setAlbumReplayGain(ReplayGain replayGain, boolean updateITunNorm)voidAudioSong. setAlbumReplayGain(ReplayGain replayGain, boolean updateITunNorm)Sets the replay gain for this album.voidReadOnlyAudioSong. setAlbumReplayGain(ReplayGain replayGain, boolean updateITunNorm)voidURLAudioSong. setAlbumReplayGain(ReplayGain replayGain, boolean updateITunNorm)voidAudioMetaData. setTrackReplayGain(ReplayGain replayGain, boolean updateITunNorm)voidAudioSong. setTrackReplayGain(ReplayGain replayGain, boolean updateITunNorm)Sets the replay gain for this track, not taking other tracks of the album into account.voidReadOnlyAudioSong. setTrackReplayGain(ReplayGain replayGain, boolean updateITunNorm)voidURLAudioSong. setTrackReplayGain(ReplayGain replayGain, boolean updateITunNorm) -
Uses of ReplayGain in com.tagtraum.audiokern.replaygain
Methods in com.tagtraum.audiokern.replaygain that return ReplayGain Modifier and Type Method Description ReplayGainEBU_R128. toReplayGain(Loudness loudness, float referenceLevel, Number peak, int sampleSizeInBits)ReplayGainEBU_R128. toReplayGain(Map<Object,Object> results, float referenceLevel, int sampleSizeInBits)ReplayGainEBU_R128. toReplayGain(Map<Object,Object> results, int sampleSizeInBits)abstract ReplayGainLoudnessNormalization. toReplayGain(Loudness loudness, float referenceLevel, Number peak, int sampleSizeInBits)abstract ReplayGainLoudnessNormalization. toReplayGain(Map<Object,Object> results, float referenceLevel, int sampleSizeInBits)Convert results toReplayGainwith custom reference level.abstract ReplayGainLoudnessNormalization. toReplayGain(Map<Object,Object> results, int sampleSizeInBits)ReplayGainReplayGainAlgorithm. toReplayGain(Loudness loudness, float referenceLevel, Number peak, int sampleSizeInBits)ReplayGainReplayGainAlgorithm. toReplayGain(Map<Object,Object> results, float referenceLevel, int sampleSizeInBits)ReplayGainReplayGainAlgorithm. toReplayGain(Map<Object,Object> results, int sampleSizeInBits) -
Uses of ReplayGain in com.tagtraum.beatunes
Fields in com.tagtraum.beatunes with type parameters of type ReplayGain Modifier and Type Field Description static Property<ReplayGain>Property. ALBUM_REPLAY_GAIN_PROPERTYstatic Property<ReplayGain>Property. TRACK_REPLAY_GAIN_PROPERTY -
Uses of ReplayGain in com.tagtraum.beatunes.library
Methods in com.tagtraum.beatunes.library that return ReplayGain Modifier and Type Method Description ReplayGainAudioSongFacade. getAlbumReplayGain()ReplayGainSong. getAlbumReplayGain()ReplayGainSongAnnotation. getAlbumReplayGain()ReplayGainAudioSongFacade. getTrackReplayGain()ReplayGainSong. getTrackReplayGain()ReplayGainSongAnnotation. getTrackReplayGain()Methods in com.tagtraum.beatunes.library with parameters of type ReplayGain Modifier and Type Method Description voidSong. setAlbumReplayGain(ReplayGain replayGain)Sets the replay gain for this album.voidSong. setAlbumReplayGain(ReplayGain value, boolean updateITunNorm)voidSongAnnotation. setAlbumReplayGain(ReplayGain replayGain)voidSong. setTrackReplayGain(ReplayGain replayGain)Sets the replay gain for this track, not taking other tracks of the album into account.voidSong. setTrackReplayGain(ReplayGain value, boolean updateITunNorm)voidSongAnnotation. setTrackReplayGain(ReplayGain replayGain) -
Uses of ReplayGain in com.tagtraum.beatunes.library.filesystem
Methods in com.tagtraum.beatunes.library.filesystem with parameters of type ReplayGain Modifier and Type Method Description voidFileSystemAudioSong. setAlbumReplayGain(ReplayGain value, boolean updateITunNorm)voidFileSystemAudioSong. setTrackReplayGain(ReplayGain value, boolean updateITunNorm) -
Uses of ReplayGain in com.tagtraum.beatunes.library.itunes
Methods in com.tagtraum.beatunes.library.itunes with parameters of type ReplayGain Modifier and Type Method Description voidITunesAudioSong. setAlbumReplayGain(ReplayGain value, boolean updateITunNorm)voidITunesAudioSong. setTrackReplayGain(ReplayGain value, boolean updateITunNorm) -
Uses of ReplayGain in com.tagtraum.beatunes.onlinedb
Methods in com.tagtraum.beatunes.onlinedb that return ReplayGain Modifier and Type Method Description ReplayGainReferenceSong. getAlbumReplayGain()ReplayGainReferenceSong. getReplayGainProperty(String replayGain)ReplayGainReferenceSong. getTrackReplayGain() -
Uses of ReplayGain in com.tagtraum.beatunes.songtable.renderer
Methods in com.tagtraum.beatunes.songtable.renderer with parameters of type ReplayGain Modifier and Type Method Description protected ObjectReplayGainTableCellRenderer. formatProperty(ReplayGain property)Constructor parameters in com.tagtraum.beatunes.songtable.renderer with type arguments of type ReplayGain Constructor Description ReplayGainTableCellRenderer(Property<? extends ReplayGain> property) -
Uses of ReplayGain in com.tagtraum.ubermusic.acousticbrainz
Methods in com.tagtraum.ubermusic.acousticbrainz that return ReplayGain Modifier and Type Method Description ReplayGainAcousticBrainzSong. getAlbumReplayGain()ReplayGainAcousticBrainzSong. getTrackReplayGain() -
Uses of ReplayGain in com.tagtraum.ubermusic.amazon
Methods in com.tagtraum.ubermusic.amazon that return ReplayGain Modifier and Type Method Description ReplayGainAmazonTrack. getAlbumReplayGain()ReplayGainAmazonTrack. getTrackReplayGain() -
Uses of ReplayGain in com.tagtraum.ubermusic.beatport
Methods in com.tagtraum.ubermusic.beatport that return ReplayGain Modifier and Type Method Description ReplayGainBeatportTrack. getAlbumReplayGain()ReplayGainBeatportTrack. getTrackReplayGain() -
Uses of ReplayGain in com.tagtraum.ubermusic.coverartarchive
Methods in com.tagtraum.ubermusic.coverartarchive that return ReplayGain Modifier and Type Method Description ReplayGainCoverartSong. getAlbumReplayGain()ReplayGainCoverartSong. getTrackReplayGain() -
Uses of ReplayGain in com.tagtraum.ubermusic.discogs
Methods in com.tagtraum.ubermusic.discogs that return ReplayGain Modifier and Type Method Description ReplayGainDiscogsTrack. getAlbumReplayGain()ReplayGainDiscogsTrack. getTrackReplayGain() -
Uses of ReplayGain in com.tagtraum.ubermusic.lastfm
Methods in com.tagtraum.ubermusic.lastfm that return ReplayGain Modifier and Type Method Description ReplayGainLastFMTrack. getAlbumReplayGain()ReplayGainLastFMTrack. getTrackReplayGain() -
Uses of ReplayGain in com.tagtraum.ubermusic.wikidata
Methods in com.tagtraum.ubermusic.wikidata that return ReplayGain Modifier and Type Method Description ReplayGainWikidataSong. getAlbumReplayGain()ReplayGainWikidataSong. getTrackReplayGain()
-