Displaying 1 result from an estimated 1 matches for "start_80db".
Did you mean:
start_60db
2006 May 08
1
metaflac: New tags to replace crossfading in players.
...I think this means storing a set of volumes and times
in the tags so the player can do some interpolations and so you don't have to
rerun metaflac if you change your chosen crossover level or replaygain
settings.
What should these tags look like? Should I have tags like:
START_90dB=0.000s
START_80dB=0.567s
START_70dB=2.557s
START_60dB=4.676s
...
END_80db=200.678s
END_90db=201.034s
or something like:
START_PROFILE="90=0.001,80=0.576,70=2.557,60=4.676"
END_PROFILE="80=200.678,90=210.034"
I don't know what the dB intervals should be or what the range should be. I'm...