Re: [linux-audio-user] sound recording application

From: Kai Vehmanen <kvehmanen@email-addr-hidden>
Date: Mon Sep 11 2006 - 20:58:37 EEST

Hi,

On Sat, 9 Sep 2006, Frank Barknecht wrote:

> Record with realtime mode and double buffering:
> $ ecasound -rt -z:db -i alsa,default -o some.ogg

a minor nit, that should be s/-rt/-r/ (but -rt works as well ;)):

$ ecasound -r -z:db -i alsa,default -o some.ogg

Also, ecasound has some clever logic to tune performance settings
based on the type of session, and available runtime capabilities (like
rt-schediling, memory locking, etc), so in most cases you can just do:

$ ecasound -i alsa,default -o some.ogg

Or to encode to flac:

ecasound -i alsa,default -o some.flac

More one-liner examples at:
http://eca.cx/ecasound/Documentation/examples.html

-- 
  links, my public keys, etc at http://eca.cx/kv
Received on Tue Sep 12 00:15:03 2006

This archive was generated by hypermail 2.1.8 : Tue Sep 12 2006 - 00:15:03 EEST