This is a command line ascii audio oscilloscope built in nodejs. It reads from your microphone and shows the amplitude.
Audio scope depends on baudio which uses SOX.
On unix:
sudo apt-get install sox
On mac (via Homebrew):
brew install sox
git clone git://github.com/genehallman/node-audio-scope.git
cd node-audio-scope
node scope.js