Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OSX Audio Hijack style audio recording from other applications (cocoa) [closed]

Hi basically I am lost in apples documentation and not sure where to start on this.

I need to record the audio from applications running on my system, similar to audio hijack and wiretap studio pro, but I am unsure where to start with the audio captuer. I see reference to quicktime capture documentation but it is not clear how to acheive what I require.

Ideally I want to be able to modify audio in/out from an application such as skype to record and manipulate (think novelty voice effects).

Any pointers where in the documentation I can look, or how to start with this?

like image 485
J T Avatar asked Jun 08 '09 13:06

J T


1 Answers

I think you should take a look at the Jack OS X source. It has a CoreAudio user space driver that allows you to send any application's sound output to Jack OS X and support for audio plugins.

like image 109
diciu Avatar answered Sep 27 '22 02:09

diciu