Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
/ ls-annotate-autocue Public archive

Auto cue points and crossfades for Liquidsoap

Notifications You must be signed in to change notification settings

RM-FM/ls-annotate-autocue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

ls-annotate-autocue

Caution

This repo has been discontinued.

Note

The entire autocue functionality was implemented natively in Liquidsoap natively. This repo has served as a template and has now been discontinued. Further development and any bug fixes will take place directly in Liquisoap.

Available with Liquidsoap version 2.2.5 or later:

  • Metadata resolver: enable_autocue_metadata()
  • Protocol: autocue:

Features

This Liquidsoap protocol introduces EBU R 128 / LUFS compliant normalization and auto cue/crossfade detection based on loudness thresholds.

  • LUFS loudness normalization based on EBU R 128: liq_amplify
  • Cue point detection: liq_cue_in, liq_cue_out
  • Situational crossfade/overlap detection: liq_cross_duration, liq_fade_in, liq_fade_in_curve, liq_fade_out, liq_fade_out_curve, liq_fade_out_delay

Cue/crossfade points are calculated relative to LUFS target loudness. This ensures consistent detection of cue points for both loud an quiet songs.

Configuration options

  • LUFS target loudness
  • Cue in threshold
  • Cue out threshold
  • Crossfade threshold
  • Maximum crossfade/overlap duration

Requirements

Usage

Simply use annotate-autocue the same way as the well known annotate protocol:

annotate-autocue:title="Talkin' Bout A Revolution",artist="Tracy Chapman":/path/tracy_chapman_-_talkin_bout_a_revolution.mp3

... and it will do it's magic turn the annotation/request into something like this:

annotate:liq_amplify="-5.163 dB",liq_cue_in="0.7",liq_cue_out="158.",liq_cross_duration="4.5",liq_fade_in="0.2",liq_fade_out="4.5",liq_fade_in_curve="log",liq_fade_out_curve="exp",title="Talkin' Bout A Revolution",artist="Tracy Chapman":/path/tracy_chapman_-_talkin_bout_a_revolution.mp3

About

Auto cue points and crossfades for Liquidsoap

Resources

Stars

Watchers

Forks

Packages

No packages published