A liquidsoap script to implement a soft 3 bands audio processing on Airtime stream output.
This is a test, NOT meant for production use.
A working Airtime installation.
You can use this Airtime appliance to set a virtual installation of Airtime.
See the Read Me file for complete Airtime appliance deployment procedure.
Just put phaune_utils.liq in "/usr/lib/airtime/pypo/bin/liquidsoap_scripts/library".
Include phaune_utils.liq in "/usr/lib/airtime/pypo/bin/liquidsoap_scripts/library/pervasives.liq".
In your ls_script.liq, where your stream source is define, after the amplify function, just use "phaunepressor" as a function of the type:
s = phaunepressor(s)
where (s) is the source to process.
Restart liquid soap.
You can change the crossover and compression parameters by tweaking those values in phaune_utils.liq.