Le 20/08/2018 à 10:07, Brandon a écrit :
> Greetings from Los Angeles,
> 
> Thanks for the incredible work on Liquid Soap!!
> 
> Has anyone successfully piped the command line version of Stereo Tool in
> Liquid Soap on LibreTime? I'd like to process all output (no matter what
> the source) of Libretime in Stereo Tool and route the processed audio
> out to Icecast. 
> 
> Anyone happen to have a working example config?
> 
> Google returns a few references, but they all lack enough context to
> make any sense and I can't seem to find the proper .liq file in
> LibreTime (maybe ls_lib.liq ??) to edit, let alone the proper syntax.
> 
> Any help would be greatly appreciated  :)
> 
> Thank you!
> Brandon

Hi Brandon,

In theory you can simply pipe your output through stereotools or any
process you wish, using the pipe() operator.

In practice... I have had issue with switch() and pipe(), and libretime
uses them, but YMMV...

Identify in the script the source before it's sent to icecast, and use
something like (though you might need to put presets, license key as wel):

st_output = pipe(process="stereo_tool_cmd_64 -q - -", source)

As for libretime, it could be tricky, but you could hack around
ls_script.liq rather than lib, before s is streamed.. or better ask them
about it ;)

Cheers,
Gilles



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to