Possibly not spam ramblings and links from the edge of the universe

8Dec/100

Recording a Skype Call using GarageBand

Posted by dracoling

Recently I was asked if it's possible to record from Skype using Apple's GarageBand software that comes with OS X, even though I knew it was possible I couldn't find any tutorials on how, so here's what I did.

  1. Because GarageBand only takes input from devices and soundcards, not applications, we're going to download and install SoundFlower for OS X.
  2. Once SoundFlower is installed, it creates a virtual sound card that can be used by any application on your system, lets select it to be our input source in Garage Band. In your project go to Garage Band -> Preferences, choose the "Audio/MIDI" tab and select "Soundflower (2ch)" as our Audio Input.
  3. Looking at the Instrument panel, we see that our Input Source has changed, lets go ahead and set up the Monitor to On or On (no feedback protection). This will let us hear the output from Skype through our default output (speakers, headphones, etc) while we record it with Garage Band. IMPORTANT: If Monitor is not enabled in GarageBand you will not hear anything on the Skype call.
  4. Now that GarageBand is configured, lets set up Skype. Open up the Skype menu and go to Preferences. On the Audio tab, we want our call output to go to SoundFlower, so change "Audio output" to "Soundflower (2ch)".
  5. Now go into GarageBand, click on record, and make a call. Insert Happy Dance here.
17Jul/100

termcap/terminfo on FreeBSD

Posted by dracoling

aka: why doesn't it like my rxvt?!

copy your termcap info from the computer running rxvt to your server for great justice!

local# infocmp -L rxvt-unicode > ~/rxvt-unicode.termcap
local# scp rxvt-unicode.termcap user@server:rxvt-unicode.termcap
server# su
server# portmaster devel/ncurses
server# tic rxvt-unicode.termcap
server# infocmp -C rxvt-unicode >> /usr/share/misc/termcap
server# cd /usr/share/misc
server# cap_mkdb termcap