Hi all!

2012/6/13 David Baelde <[email protected]>:
> Congratulations on the successes and new features of Airtime.

Ditto! Great seeing you guys progressing on Airtime!

> Regarding this particular problem, your analysis is correct: you point
> to the right ticket, and you can't annotate the http/harbor input so
> that it accepts both mono and stereo, because we have declared that it
> only supports fixed numbers of channels. In short, the only way out of
> this is that we act upon my latest comment: there is a simple fix, we
> just have to think a little bit before applying it in our code.

Alright, I've just commited a change in input.harbor's type that now
makes it possible.

By default, input.harbor's type is the same as input.http, which is
any fixed audio or video. This is the most simple and convenient
default setting.

You should now (latest hg) be able to do:

input = (input.harbor(...):source(audio=1+*,video=0,midi=0))

Which should enable your harbor input to receive streams with no video
and any number of audio channels. Of course, you'll prolly need to
plug this into audio_to_stereo if the rest of your script expects
stereo data.

Finally, I've done some testings with input.harbor, switching a source
back and forth between mono and stereo. It seems to be working really
great...

We're still aiming at a 1.0.1 release pretty soon. This should
probably be a good release for you guys, particularly because we're
also adding the possibility to build a standalone liq binary that can
be shipped almost like a static binary..

Romain

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to