Hi, i'm newbie of AzuraCast.
I'm using azuracast with StereoTool (for sound processing).
From what i read, to make "StereoTool" work, I have to use drop_metadata.
This is my "Advanced custom configuration":
radio = mksafe(pipe(process='/var/azuracast/dsp/stereo_tool_cmd_64 - - -s /var/azuracast/dsp/preset_01.sts', drop_metadata(radio)))
How can i re-insert metadata, after the StereoTool's pipe?
What is the best way?
Thanks in advance!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@farsoo I've been able to get StereoTool working without dropping metadata. The command I was able to get working in at least one test installation was:
radio = mksafe(pipe(buffer=5., process='/path/to/stereo_tool_cmd_64 - - -s /path/to/preset.sts --quiet -k "<key>" 2> /dev/null', radio))
I would like to know how to set up stereo tools, if there is a little tutorial I don't think I'm the only one ;)
I would like to know how to set up stereo tools, if there is a little tutorial I don't think I'm the only one ;)
Would love this to
@ckeurk @stemvantwente Since Stereo Tool is proprietary and third-party software that is not shipped with AzuraCast, we don't offer official support for it or package it along with our own software.
However, if someone in the community would like to contribute their knowledge to a collective knowledge base of instructions on how to get Stereo Tool working with AzuraCast, we would happily accept any pull request adding such documentation to our docs repo: https://github.com/AzuraCast/azuracast.com