replaygainproto.liq

# This would usually be done at the beginning of a script,
# although it does not matter.
add_protocol("replay_gain",
  fun (arg,delay) ->
    get_process_lines("/to/replaygain.pl #{quote(arg)}"))
Download