Created
August 29, 2012 18:26
-
-
Save danielpunkass/3516672 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Audio Hijack Pro" | |
set myAudio to (first session whose name is "Core Intuition MOTU 828") | |
set skypeAudio to (first session whose name is "Skype") | |
-- Start recording my mic input | |
start hijacking myAudio | |
start recording myAudio | |
-- Start recording Skype audio | |
start hijacking skypeAudio | |
start recording skypeAudio | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment