Doesn't the *add* operator do the trick?

Cheers,
Xavier.

On Wed, Jul 10, 2013 at 6:12 PM, Alexander Dal Farra
<[email protected]> wrote:
> OK, digging in the docs might clear the dust a bit up ..
>
>
>
> I figure that creating what I have described below might need to have 2
> sources like this:
>
>
>
> #reading 2 playlists into sources with stereo files
>
> left=playlist(reload=300000, "Y:\m3u\jazz.m3u")
>
> right=playlist(reload=300000, "Y:\m3u\pop.m3u")
>
>
>
> #creating mono sources out of these two input sources
>
> leftchannel=mean(left)
>
> rightchannel=mean(right)
>
>
>
> #this is the part I don't know how to continue, i was looking for a command
> how to combine two (mono) signals to one (stereo) signal both on one channel
> each. Didn't find any hint though. Isn't this possible?
>
> combine=  _________________ ?
>
>
>
> output.icecast(%mp3(msg="",stereo=true,bitrate=128),fallible=true,description=channelid,url=channelurl1,mount=channelname,host="live-server",port=8080,password="foo",combine)
>
>
>
> Alex
>
>
>
>
>
> Von: Alexander Dal Farra [mailto:[email protected]]
> Gesendet: Montag, 8. Juli 2013 16:13
> An: [email protected]
> Betreff: 2 different Sources on Left and Right Channel Output?
>
>
>
> Hi,
>
>
>
> I am trying to compile two sources of files to ONE output stream in stereo
> with one source on the LEFT channel and the other one on the RIGHT channel.
> I think this should be doable with LS, but I might need one or two hints.
> Anyone have a tipp?
>
>
>
> Thanks!
>
>
>
> Alex
>
>
>
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users
>



-- 
-- Xavier Cazin

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to