I would like to play 2, 3 or more sine waves in python for 5 seconds. I know how to write a .au or .wav file that could do this, but now I would like to play directly to the sound card. I know how to do this with 1 sine wave using pyo, but now I would like to do this with 2 or more and I'm stuck. Could you show me the way?
Thanks!