We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
record in minim (Read 272 times)
record in minim
Aug 1st, 2008, 4:30pm
 
Hello everyone. I need help with the library minim. I'm doing a mixer of songs, namely, I have two songs playing to which we applied PANE, volumes and effects and want to record the mixture.
In simplified form would be:

player1 = Minim.loadFile ( "01.mp3", 1024);
player2 = Minim.loadFile ( "02.mp3", 1024);

Minim.createRecorder recorder = (player1 + player2, "zero.wav", true);

any idea how can I do this?
Does using another library perhaps?
How can capture what is going on speakers?


thank you very much
Page Index Toggle Pages: 1