My java app uses the CoreAudio API via CoreAudio.jar and works perfectly on
PPC. However, on Intel, the application crashes whenever my code gets a
callback from CoreAudio for an IOProc (audio capture) or a property listener
(volume change)
Forward method calls from java continue to work perfectly on both platforms.
It is only the callbacks that blow up.
Am I right in expecting the CoreAudio API to work the same (via Java)
whether on PPC or Intel?
Any advice on how I can modify my code such that callbacks on the following
interfaces work on both platforms?
com.apple.audio.hardware.ADevicePropertyListener;
com.apple.audio.hardware.AudioDeviceIOProc;
Thanks,
Bryan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden