I actually might have found something here. https://github.com/mkpascal/mk_liquidsoap_processing.git
If I were to install these plugins (hopefully apt-get will have them) is there way to implement this script in with an include file statement somewhere? If so where in my current script would I put this. Take care to all and have a happy Sunday. > On Mar 25, 2016, at 3:24 PM, Patrick Perdue <[email protected]> wrote: > > Yep, pumpy and ramping audio in weird places... definitely wouldn't want > processing like that on a stream. > > On 3/25/2016 12:42 PM, Sarah Alawami wrote: >> I'm actually a big fan of levelator. Check out my last post at >> http://www.tffppodcast.com/feed/tffp/ or http://tffppodcast.com/listen that >> is an archive of an event I streamed along with some show notes. I wasn't >> going to write pages of the stuff. Lol! But yeah I use it on all of my >> podcasts. I want something that smart for liquidsoap so I don't have to do >> any processing on the computer, or at least not on my home box. Just on my >> remote one where liquidsoap 1.1.1 is installed. Also remember this will have >> to be done on both files and incoming sources when harber is opened for >> streaming on my computer or where ever I happen to be if it is a live remote >> >> hope that helps a bit. >>> On Mar 25, 2016, at 1:41 AM, Patrick Perdue <[email protected]> wrote: >>> >>> Sounds more like what you want is a compressor/limiter, not normalization. >>> I am not at all a fan of Levelator’s way of doing things, though I am >>> curious to know how folks are doing real time processing for Liquidsoap >>> streams. stdin/stdout? Jack? All or none of the above? >>> >>>> On Mar 24, 2016, at 1:57 PM, DreamStreamKicker >>>> <[email protected]> wrote: >>>> >>>> >>>> There is no such thing as "normalize on the fly", normalization is a >>>> difficult and complex process. you should also not do this in >>>> Liquidsoap, HEAVY distortion and artifacts, nevertheless >>>> http://savonet.sourceforge.net/doc-svn/replay_gain.html and an example >>>> of what you probably look upon as "on the fly" >>>> >>>> #constant volume >>>> yourstream = normalize(yourstream, target = -X.X, threshold = -XX.X) >>>> >>>> regards, >>>> >>>> Rick >>>> >>>> On 3/23/2016 06:48 PM, Sarah Alawami wrote: >>>>> Hello to all. Is there a levelator like function in liquidsoap that will >>>>> normalize on the fly? I use that on the mac for various things and have >>>>> gotten such good results I want to try and implement such a solution on >>>>> my liquidsoap set up. I think I'm ready for more advanced stuff now lol! >>>>> Hehahahaa. Note, I have not upgraded to the latest liquidsoap yet. I >>>>> probably will not as my set up works fine. I think I'm using 1.1.1 >>>>> according to the version info I have. >>>>> >>>>> Hope all are well. >>>>> >>>>> Happy Wednesday. >>>>> ------------------------------------------------------------------------------ >>>>> Transform Data into Opportunity. >>>>> Accelerate data analysis in your applications with >>>>> Intel Data Analytics Acceleration Library. >>>>> Click to learn more. >>>>> http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 >>>>> _______________________________________________ >>>>> Savonet-users mailing list >>>>> [email protected] >>>>> https://lists.sourceforge.net/lists/listinfo/savonet-users >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Transform Data into Opportunity. >>>> Accelerate data analysis in your applications with >>>> Intel Data Analytics Acceleration Library. >>>> Click to learn more. >>>> http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 >>>> _______________________________________________ >>>> Savonet-users mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/savonet-users >>> >>> >>> ------------------------------------------------------------------------------ >>> Transform Data into Opportunity. >>> Accelerate data analysis in your applications with >>> Intel Data Analytics Acceleration Library. >>> Click to learn more. >>> http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 >>> _______________________________________________ >>> Savonet-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/savonet-users >> >> >> ------------------------------------------------------------------------------ >> Transform Data into Opportunity. >> Accelerate data analysis in your applications with >> Intel Data Analytics Acceleration Library. >> Click to learn more. >> http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 >> _______________________________________________ >> Savonet-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/savonet-users >> > > > ------------------------------------------------------------------------------ > Transform Data into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
