Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multichannel audio support? #56

Closed
msp opened this issue May 16, 2016 · 6 comments
Closed

Multichannel audio support? #56

msp opened this issue May 16, 2016 · 6 comments

Comments

@msp
Copy link

msp commented May 16, 2016

Hi

Is this possible? I can't seem to find an example of doing so..

https://forum.processing.org/two/discussion/16611/multichannel-audio#latest

I also noticed this comment "Using setOutputMixer you can also create AudioOutputs that send sound to specific output channels of a soundcard."

http://code.compartmental.net/minim/minim_method_getlineout.html

Cheers

@ddf
Copy link
Owner

ddf commented May 17, 2016

It should be, but from your test output it looks like the Audio 8 DJ is not presenting in a useful way. IIRC, my interface has a mixer for each stereo pair. You might be able to get it to work by defining a new audio device in OSX's Audio Midi Setup for each channel of the Audio 8 DJ you want to use. That might get each to show up as a unique mixer. You'd then set the mixer, ask for a mono output, set the next mixer, ask for a mono output, and so forth.

@msp
Copy link
Author

msp commented May 17, 2016

I did wonder about that.. I'll be going to my studio today where i have access to another sound card so I'll see how that looks. The Java Sound API might make more sense if the device reports as multiple mixers!

@ddf
Copy link
Owner

ddf commented Oct 21, 2016

Did you have any luck with this?

@msp
Copy link
Author

msp commented Oct 27, 2016

Hey @ddf - I jumped to Beads in the end. All doc'd here:

https://forum.processing.org/two/discussion/16611/multichannel-audio#latest

Feel free to close this from my persepctive.

@ddf
Copy link
Owner

ddf commented Oct 27, 2016

Ok, thanks!

@ddf ddf closed this as completed Oct 27, 2016
@aliallaoui
Copy link

Beads is no longer supported and multi channel is stil not available easily in Minim, maybe this issue should be reopened ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants