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 theUberMusic
interface 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 theUberMusic
interface 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 ReplayGain
AudioMetaData. getAlbumReplayGain()
ReplayGain
AudioSong. getAlbumReplayGain()
Replay gain for this album.ReplayGain
URLAudioSong. getAlbumReplayGain()
ReplayGain
AudioMetaData. getTrackReplayGain()
ReplayGain
AudioSong. getTrackReplayGain()
Replay gain for this track (not taking other tracks in an album into account).ReplayGain
URLAudioSong. getTrackReplayGain()
protected ReplayGain
AudioMetaData. getTrackReplayGainFromITunNORM()
Methods in com.tagtraum.audiokern with parameters of type ReplayGain Modifier and Type Method Description void
AudioMetaData. setAlbumReplayGain(ReplayGain replayGain, boolean updateITunNorm)
void
AudioSong. setAlbumReplayGain(ReplayGain replayGain, boolean updateITunNorm)
Sets the replay gain for this album.void
ReadOnlyAudioSong. setAlbumReplayGain(ReplayGain replayGain, boolean updateITunNorm)
void
URLAudioSong. setAlbumReplayGain(ReplayGain replayGain, boolean updateITunNorm)
void
AudioMetaData. setTrackReplayGain(ReplayGain replayGain, boolean updateITunNorm)
void
AudioSong. setTrackReplayGain(ReplayGain replayGain, boolean updateITunNorm)
Sets the replay gain for this track, not taking other tracks of the album into account.void
ReadOnlyAudioSong. setTrackReplayGain(ReplayGain replayGain, boolean updateITunNorm)
void
URLAudioSong. 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 ReplayGain
EBU_R128. toReplayGain(Loudness loudness, float referenceLevel, Number peak, int sampleSizeInBits)
ReplayGain
EBU_R128. toReplayGain(Map<Object,Object> results, float referenceLevel, int sampleSizeInBits)
ReplayGain
EBU_R128. toReplayGain(Map<Object,Object> results, int sampleSizeInBits)
abstract ReplayGain
LoudnessNormalization. toReplayGain(Loudness loudness, float referenceLevel, Number peak, int sampleSizeInBits)
abstract ReplayGain
LoudnessNormalization. toReplayGain(Map<Object,Object> results, float referenceLevel, int sampleSizeInBits)
Convert results toReplayGain
with custom reference level.abstract ReplayGain
LoudnessNormalization. toReplayGain(Map<Object,Object> results, int sampleSizeInBits)
ReplayGain
ReplayGainAlgorithm. toReplayGain(Loudness loudness, float referenceLevel, Number peak, int sampleSizeInBits)
ReplayGain
ReplayGainAlgorithm. toReplayGain(Map<Object,Object> results, float referenceLevel, int sampleSizeInBits)
ReplayGain
ReplayGainAlgorithm. 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_PROPERTY
static 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 ReplayGain
AudioSongFacade. getAlbumReplayGain()
ReplayGain
Song. getAlbumReplayGain()
ReplayGain
SongAnnotation. getAlbumReplayGain()
ReplayGain
AudioSongFacade. getTrackReplayGain()
ReplayGain
Song. getTrackReplayGain()
ReplayGain
SongAnnotation. getTrackReplayGain()
Methods in com.tagtraum.beatunes.library with parameters of type ReplayGain Modifier and Type Method Description void
Song. setAlbumReplayGain(ReplayGain replayGain)
Sets the replay gain for this album.void
Song. setAlbumReplayGain(ReplayGain value, boolean updateITunNorm)
void
SongAnnotation. setAlbumReplayGain(ReplayGain replayGain)
void
Song. setTrackReplayGain(ReplayGain replayGain)
Sets the replay gain for this track, not taking other tracks of the album into account.void
Song. setTrackReplayGain(ReplayGain value, boolean updateITunNorm)
void
SongAnnotation. 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 void
FileSystemAudioSong. setAlbumReplayGain(ReplayGain value, boolean updateITunNorm)
void
FileSystemAudioSong. 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 void
ITunesAudioSong. setAlbumReplayGain(ReplayGain value, boolean updateITunNorm)
void
ITunesAudioSong. 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 ReplayGain
ReferenceSong. getAlbumReplayGain()
ReplayGain
ReferenceSong. getReplayGainProperty(String replayGain)
ReplayGain
ReferenceSong. 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 Object
ReplayGainTableCellRenderer. 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 ReplayGain
AcousticBrainzSong. getAlbumReplayGain()
ReplayGain
AcousticBrainzSong. getTrackReplayGain()
-
Uses of ReplayGain in com.tagtraum.ubermusic.amazon
Methods in com.tagtraum.ubermusic.amazon that return ReplayGain Modifier and Type Method Description ReplayGain
AmazonTrack. getAlbumReplayGain()
ReplayGain
AmazonTrack. getTrackReplayGain()
-
Uses of ReplayGain in com.tagtraum.ubermusic.beatport
Methods in com.tagtraum.ubermusic.beatport that return ReplayGain Modifier and Type Method Description ReplayGain
BeatportTrack. getAlbumReplayGain()
ReplayGain
BeatportTrack. getTrackReplayGain()
-
Uses of ReplayGain in com.tagtraum.ubermusic.coverartarchive
Methods in com.tagtraum.ubermusic.coverartarchive that return ReplayGain Modifier and Type Method Description ReplayGain
CoverartSong. getAlbumReplayGain()
ReplayGain
CoverartSong. getTrackReplayGain()
-
Uses of ReplayGain in com.tagtraum.ubermusic.discogs
Methods in com.tagtraum.ubermusic.discogs that return ReplayGain Modifier and Type Method Description ReplayGain
DiscogsTrack. getAlbumReplayGain()
ReplayGain
DiscogsTrack. getTrackReplayGain()
-
Uses of ReplayGain in com.tagtraum.ubermusic.lastfm
Methods in com.tagtraum.ubermusic.lastfm that return ReplayGain Modifier and Type Method Description ReplayGain
LastFMTrack. getAlbumReplayGain()
ReplayGain
LastFMTrack. getTrackReplayGain()
-
Uses of ReplayGain in com.tagtraum.ubermusic.wikidata
Methods in com.tagtraum.ubermusic.wikidata that return ReplayGain Modifier and Type Method Description ReplayGain
WikidataSong. getAlbumReplayGain()
ReplayGain
WikidataSong. getTrackReplayGain()
-