Azuracast: Metadata update after StereoTool's pipe

Created on 26 Nov 2018  路  5Comments  路  Source: AzuraCast/AzuraCast

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!

question

All 5 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RemBdev picture RemBdev  路  4Comments

susl16c picture susl16c  路  3Comments

hecgua picture hecgua  路  3Comments

dpcee30 picture dpcee30  路  3Comments

SlvrEagle23 picture SlvrEagle23  路  3Comments