Ticket #64 (closed defect: fixed)
error opening multiple streams on the same device
| Reported by: | bjornroche | Owned by: | bjornroche |
|---|---|---|---|
| Priority: | major | Milestone: | V19-PREVIEW1 |
| Component: | host-api-coreaudio | Version: | 1.0 |
| Keywords: | xrun multiple streams | Cc: |
Description (last modified by bjornroche) (diff)
When I try to open multiple output streams simultaneously with the same device, I get an error in this call:
#if 0
/* -- add listener for dropouts -- */ ERR_WRAP( AudioDeviceAddPropertyListener?( *audioDevice,
0, outStreamParams ? false : true, kAudioDeviceProcessorOverload, xrunCallback, (void *)stream) );
#endif
which apparently was a fairly recent addition. With that code commented out, I can open multiple simultaneous streams and they mix perfectly.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
