If I start the 10.10 shared library Stereo Tool with Liquidsoap, liquidsoap stops with the following error message:
Code:
At streamtranscoder.liq, line 12, char 2-68:
s=track.audio.stereotool(%argsof(track.audio.stereotool[!id]),audio)let replaces s=source(id=id,{audio=(s:pcm),metadata=metadata,track_marks=track_marks})s
Error 14: Uncaught runtime error:
type: invalid,
message: "Invalid stereotool library",
stack: at streamtranscoder.liq, line 12, char 2-68,
at streamtranscoder.liq, line 12, char 2-68,
at streamtranscoder.liq, line 35, char 2-202
There is no such problem with the previous version.
The old one has libStereoTool_64.so, the new one has libStereoTool_intel64.so. I renamed this accordingly.