2012/3/2 Igor Mercury <[email protected]>: >>>> live1 = >>>> audio_to_stereo(dw_tag(input.harbor(id="DRUNK_WEEKEND_LIVE","live"))) > this not work
If you expect this stream to be mono, you may have to use a type annotation, as follows: audio_to_stereo(dw_tag((input.harbor(id="DRUNK_WEEKEND_LIVE","live"):source(1,0,0)))) The issue has been raised a few times and we have an open ticket on the tracker, but it's still unclear to me how to change the type inference strategy to solve this. Cheers, -- David ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
