Skip to content

Loudnorm/replay gain correction on the fly #4231

Answered by gAlleb
iSerganov asked this question in Q&A
Discussion options

You must be logged in to vote

Maybe I am doing something wrong, however the output metadata is exactly the same in both cases after calling
metadata.cover.remove(m) and just using m. There are no liq_ prefixed tags or duration or anything besides tags from the annotations and from original file metadata.

Everything works fine with me. You don't get duration tag because internal autocue doesn't provide it, butt all liq_ value are intact (file in my playlist doesn't initially have liq_ tags). Full script:

settings.log.stdout := true
log.file.path.set("./basic-radio.log")
enable_autocue_metadata()
myplaylist = playlist("./music/1.m3u")

radio = amplify(1., override="liq_amplify", myplaylist)

def on_track_change(m) =
 …

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@iSerganov
Comment options

@iSerganov
Comment options

@iSerganov
Comment options

@gAlleb
Comment options

Answer selected by iSerganov
@iSerganov
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants