CoreAudio Bug?
CoreAudio Bug?
- Subject: CoreAudio Bug?
- From: Vincent Predoehl <email@hidden>
- Date: Tue, 19 Jun 2001 16:55:25 -0400
I wanted to report this possible CoreAudio bug. If I do this:
err = AudioDeviceStart(theDevice, appIOProc);
err = AudioDeviceStop(theDevice, appIOProc);
err = AudioDeviceStart(theDevice, appIOProc);
The second call to AudioDeviceStart chokes with an illegal hardware
operation error.
Vincent