Hi,
I'm interested in opening a wav poly file (more than 2 channels). Is there a solution with Processing librairies or is it better to do that in Java with javax.sound ?
I want to open this kind of files in order to root each channel and play it in the right or left stereo channel with a real time gain factor (to mix some stereo informations into a stereo listening bus). And I think that opening many mono files should be less optimised (what a bad method for synchronicity !).
Thanks.
I'm interested in opening a wav poly file (more than 2 channels). Is there a solution with Processing librairies or is it better to do that in Java with javax.sound ?
I want to open this kind of files in order to root each channel and play it in the right or left stereo channel with a real time gain factor (to mix some stereo informations into a stereo listening bus). And I think that opening many mono files should be less optimised (what a bad method for synchronicity !).
Thanks.
1