CLI audio recorder

2003-03-24 Thread Ian Moore
Hi,
Can anyone recommend a command line-based audio recorder. I'm looking for 
something that can be run from a cron job to record 44.1kHz stereo 16-bit 
audio for an hour, then be killed off and restarted straight away (so that it 
produces hour long files continously).
Also a CLI based mp3 converter so that the recorded files can be mp3ed at the 
the end of each hour.
Cheers,
Ian

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: CLI audio recorder

2003-03-24 Thread taxman
On Monday 24 March 2003 06:12 am, Ian Moore wrote:
 Hi,
 Can anyone recommend a command line-based audio recorder. I'm looking for
 something that can be run from a cron job to record 44.1kHz stereo 16-bit
 audio for an hour, then be killed off and restarted straight away (so that
 it produces hour long files continously).

cd /usr/ports
make search key=record   you'll see at least one cli based recorder
the cron job will do the rest if done properly

 Also a CLI based mp3 converter so that the recorded files can be mp3ed at

make search key=mp3   you'll see several that will encode to mp3

then read the pkg-descr files to find the ones that suit you.
gl,

Tim

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message