no, i don't know stereo or mono input stream... yesterday - mono,  
today - stereo....

problem will be in old sintax

#set("harbor.port",****)
#set("harbor.password","*****")

but now problem in switch

#Music
air = audio_to_stereo(mus_tag(request.dynamic(id="PODSAFE", 
{request.create("bar:foo", indicators=get_process_lines("/usr/bin/php / 
home/radio/engine/scripts/musicnext.php"))})))

#Music70s
s70 = audio_to_stereo(s70_meta(request.dynamic(id="70s NONSTOP", 
{request.create("bar:foo", indicators=get_process_lines("/usr/bin/php / 
home/radio/engine/scripts/70snext.php"))})))

mus = switch(id="MUSIC", track_sensitive = true, [({6h - 23h},air),  
({23h - 6h},s70)])

#mus = air

mus = smart_crossfade(mus)

now 14:44 and air is true, but switch return false

if i make mus = air or mus = 70s it's all fine

what problem in "switch"?

Igor

02.03.2012, в 13:41, David Baelde написал(а):

> 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

Reply via email to