Skip to content

Instantly share code, notes, and snippets.

@danielpunkass
Created August 29, 2012 18:26
Show Gist options
  • Save danielpunkass/3516672 to your computer and use it in GitHub Desktop.
Save danielpunkass/3516672 to your computer and use it in GitHub Desktop.
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