my current project requires me to control audio samples on up to 6
channels.
this might be a trivial question - but even after studying the qtj
book i still got no clue.
to be more precise, what i'm looking for is a method to do something
like:
Movie movie = new Movie ();
for ( number of audio files ) {
...
Movie audio = Movie.fromFile (...);
audio.insertSegment (movie, .....);
...
}
movie.setChannel (X);
where X is the audio output channel on an external usb audio
interface. (like the emi 2/6)
Is this possible at all or do i have to do any other stuff - like
special encoding settings?
An ideal solution would not go into editing tracks - because this
needs to be done in real time.
Thanks,
Marcus
_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-java mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-java/email@hidden