Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from RM-FM/develop
Browse files Browse the repository at this point in the history
Update protocol_annotate_autocue.liq
  • Loading branch information
RM-FM authored Feb 19, 2024
2 parents 824758c + 375459c commit 1d6af49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol_annotate_autocue.liq
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def annotate_autocue_protocol(~rlog=_,~maxtime=_,arg) =
# Get the auto cue annotation string
cue_meta = get_autocue(media_uri,lufs_target,cue_in_thresh,cue_out_thresh,cross_thresh,max_overlap)
# Rebuild and return annotation string
autocue_annotate := "annotate:#{cue_meta}:#{arg}"
autocue_annotate := "annotate:#{cue_meta},#{arg}"
log(level=4,label="annotate-autocue","#{autocue_annotate}")
else
autocue_annotate := "annotate:#{arg}"
Expand Down

0 comments on commit 1d6af49

Please sign in to comment.