Ok thanks, will try to reproduce. 2013/10/22 Thomas Bühlmann <[email protected]>: > Am 22.10.2013 17:05, schrieb Thomas Bühlmann: >> Am 22.10.2013 14:27, schrieb Romain Beauxis: >>> Hi Thomas, >>> >>> 2013/10/9 Thomas Bühlmann <[email protected]>: >>>> Today i found some time to get latest liquidosoap-full git and compile. >>>> It's version: Liquidsoap 1.1.1+scm >>>> (git://github.com/savonet/liquidsoap.git@b7dad534b3c51dfb7f35742cbab806bc92a899f9:20131009:202232) >>>> There i find he "old" smooth_add bug: it starts fading to special, but >>>> doesn't return to normal. >>>> It just sits at >>>> >>>> [single_4944:3] Finished with "/music/news/time.mp3". >>>> [amplify_4948:3] End of the current overriding. >>>> and can only be killed. >>>> >>>> The same script works with an older version. >>>> In my case: Liquidsoap 1.1.1+scm >>>> (git://github.com/savonet/liquidsoap.git@dfcf79c10c580abcd35451799f99deeb46d0bfd8:20130825:110844) >>>> The code basically looks like this: >>>> >>>> sa=playlist.safe(...) >>>> sa=amplify(1.,override="replay_gain",day) >>>> >>>> sb=single ("annotate:foo=\"bla\":/music/news/time.mp3") >>>> .... >>>> ..... >>>> radio=smooth_add(delay=0.9,p=0.3, normal=sa, special=switch([({(1h-6h) and >>>> 00m00s),sb)])) >>>> >>>> output.icecast(.... ,radio) >>>> >>>> Can anybody confirm this or is there an error on my side? >>> We recently fixed a bug in smart_crossfade that sounds similar to >>> this. Can you reproduce the issue with the current git code? >>> >>> Thanks, >>> Romain >> Hi Romain >> In this case I'll fetch git again this evening and retry. >> >> Thanks, >> Tom > > Hello! > > I already had time to fetch latest git. > I have now: > Liquidsoap 1.1.1+scm > (git://github.com/savonet/liquidsoap.git@b7dad534b3c51dfb7f35742cbab806bc92a899f9:20131022:172243) > > Unfortunately the error persists. :( > > --Tom >>> ------------------------------------------------------------------------------ >>> October Webinars: Code for Performance >>> Free Intel webinars can help you accelerate application performance. >>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most >>> from >>> the latest Intel processors and coprocessors. See abstracts and register > >>> http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk >>> _______________________________________________ >>> Savonet-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/savonet-users >> >> ------------------------------------------------------------------------------ >> October Webinars: Code for Performance >> Free Intel webinars can help you accelerate application performance. >> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from >> the latest Intel processors and coprocessors. See abstracts and register > >> http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk >> _______________________________________________ >> Savonet-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/savonet-users > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users
------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
