hosting AudioUnit v2 from java
hosting AudioUnit v2 from java
- Subject: hosting AudioUnit v2 from java
- From: marc downie <email@hidden>
- Date: Sun, 18 May 2003 20:48:48 -0400
Hello,
Am I correct in saying that CoreAudio.jar as it currently stands does
not support the hosting, from java, of v2 audio units?
I can locate the component (for example by, using
kAudioUnitManufacturer_Apple in a
com.apple.component.ComponentDescription) and open it, but that's about
it. AudioUnit.class only has a audioUnit.renderSlice not an
audioUnit.render, and I get a -10879=kAudioUnitErr_InvalidProperty when
I setInputCallback, or a -2147450878 (which I'm guessing is a
badComponentSelector) when I installRenderNotification.
What am I missing?
kind regards,
marc downie
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.