Sorry this is my fault, I had the functions in the wrong order:

cue_cut(crossfade(backup_playlist))

It works if they are called in this order(as I wrote above):

crossfade(cue_cut(backup_playlist))

On Sun, Feb 7, 2016 at 3:59 PM, <[email protected]> wrote:

> I want to use cue cuts with crossfade using metadata with the annotate
> protocol , something like:
>
> crossfade(cue_cut(backup_playlist))
>
> What seems to happen is the fade is applied , but no cueing happens. Makes
> sense after I read the logs:
>
> 2016/02/06 16:23:01 [cue_cut_5154:3] Cueing in...
> 2016/02/06 16:23:01 [cross_5150:3] Seek not implemented!
> 2016/02/06 16:23:01 [cue_cut_5154:2] Could not seek to cue point!
>
> Guessing here that seek is not implemented for crossfade, and I need to
> implement my own crossfade function that can seek. Can anyone show me a
> step in the right direction?
>
> Thanks,




-- 
-Tony Miller
github.com/mcfiredrill
@freedrull
freedrool.us
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to