Audio Recorder
Copyright 2002-2006 Ben Shanfelder
Report bugs and feedback to: audiorecorder@gmail.com
Introduction
Audio Recorder is a scriptable application that records audio from any default input device and saves it directly to an AIFF, Apple Lossless (M4A and MOV), MP3, MP4 (M4A and MOV), or WAV file.
Requirements
- Mac OS X 10.4
- 500 MHz G3
- Altivec for MP4 encoding
- The LAME framework for MP3 encoding
Recording to MP3
- Download the LAME framework.
- Hold down the control key, click on the Audio Recorder icon, and select Show Package Contents.
- Drag the entire folder named LAME.framework into this folder.
- Launch Audio Recorder.
The LAME.framework folder or the libmp3lame.dylib files can also be located under:
- /Library/Frameworks
- /Users/[your user name]/Library/Frameworks
- /usr/lib
- /usr/local/lib
Contributions