powered by
left(s) right(s)
s
stereo
sLeft <- Sine(440,1) sRight <- Sine(220,1) s <- stereo(sLeft,sRight) play(s) play(left(s)) # only the left channel play(right(s)) # only the right channel
Run the code above in your browser using DataLab