2

If I use my in-ear headphones with my macbook pro it takes me a few minutes until they are fitting perfectly (due to the foam bits on the headphones) :)

My idea is to use internal macbook pro microphone to be able talk to somebody coming to my desk without having to remove the headphones every time. So kind of an 'intercom' thing which can be enabled by hitting a hotkey.

First thought was to use applescript which could be easily used for pausing iTunes, but I could not find information about how I could forward the microphone output to my headphones.

Next try was to check Xcode for writing a Cocoa App. By starting with an example provided by Apple I think it would be achievable for me to extend it to fit my needs.

So my question is: Do you have a better idea/approach to solve my problem?

Anne
  • 26,765
  • 9
  • 65
  • 71
  • You want to redirect the microphone input to the headphone output without any delay, right? Changed title for clarity. – Anne Jun 25 '12 at 14:35
  • 1
    [LineIn](http://www.rogueamoeba.com/freebies/) provides soft playthru, no need to code it yourself :) – Anne Jun 25 '12 at 14:40
  • that fits my needs. Thanks Anne – user1388983 Jun 25 '12 at 15:05
  • @Anne: would you mind putting that recommendation into an answer, so that OP can accept it and we can get this off the unanswered list? – kopischke Jul 22 '12 at 17:26

0 Answers0