You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line AudioQueueNewInput(&description, inputCallback, (__bridge void *) self, NULL, NULL, 0, &_queue); is causing the error EXC_BAD_ACCESS code=257 to be thrown whenever I refresh while debugging.
The text was updated successfully, but these errors were encountered:
This line
AudioQueueNewInput(&description, inputCallback, (__bridge void *) self, NULL, NULL, 0, &_queue);
is causing the error EXC_BAD_ACCESS code=257 to be thrown whenever I refresh while debugging.The text was updated successfully, but these errors were encountered: