Re: iOS play microphone to headphones

2019-10-08 Thread Jens Alfke via Cocoa-dev
> On Oct 8, 2019, at 10:06 AM, Alex Zavatone wrote: > > Doesn’t the user have to select the output device? No, that's just the default. If you use audio APIs you can choose to direct output to any connected device. —Jens ___ Cocoa-dev mailing list

Re: iOS play microphone to headphones

2019-10-08 Thread Alex Zavatone via Cocoa-dev
Doesn’t the user have to select the output device? Sent from my iPhone > On Oct 7, 2019, at 8:07 PM, Jens Alfke via Cocoa-dev > wrote: > > > >> On Oct 6, 2019, at 1:07 PM, Eric Dolecki via Cocoa-dev >> wrote: >> >> Quick Swift question. Is it fairly easy to take audio and play it to >> h

Re: iOS play microphone to headphones

2019-10-07 Thread Jens Alfke via Cocoa-dev
> On Oct 6, 2019, at 1:07 PM, Eric Dolecki via Cocoa-dev > wrote: > > Quick Swift question. Is it fairly easy to take audio and play it to > headphones (not a recording) and be able to turn the microphone on/off? I’m > not interested in doing any analysis, just turning outside audio on/off.