Re: [linux-audio-user] command-line recording software

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] command-line recording software
From: Jan Weil (jan.weil_AT_web.de)
Date: Mon Jul 26 2004 - 15:49:56 EEST


On Mon Jul 26 14:09:34 2004 Michael Kamleitner wrote:
> for recording dj-sets in clubs (which we present at
> http://www.play-fm.net) I'm currently looking for a small & nice linux
> command-line app. which can record from line-in. it has to support
> both .mp3 and .wav-format and has to be stable for let's say
> 10h-sessions as well ;)
>
> can you suggest me some tools?

Ecasound
<http://www.wakkanet.fi/~kaiv/ecasound>

You will need lame for mp3 encoding.

Recording is as simple as
ecasound -i:/dev/dsp0 -o:somefile.wav
ecasound -i:/dev/dsp0 -o:somefile.mp3

Take a look at Ecasound's examples at
<http://www.wakkanet.fi/~kaiv/ecasound/Documentation/examples.html>

If you consider Ecasound too complicated - I admit that it takes some
time to get used to the concept of Chains and Chainsetups - take a look
at arecord(1) which comes with alsa-utils (assuming you are using ALSA
drivers). It can record to simple pcm formats (voc, wav, raw and au)
and you could pipe its output to lame.

HTH

Jan

-- 
Jan Weil
http://linuxaudioblog.jawebada.de


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Mon Jul 26 2004 - 15:52:12 EEST