Re: [LAD] El-Cheapo software-only equivalent

2010-07-22 Thread rom
Hi, last night i finally managed to try jackd+alsa_in and yes, it works! I used an intermittent beep as a test signal. One thing i've noticed, is that the master stream is about 450-500 frames early in respect to the slave streams, while the gap among the 3 slave streams is within 35-40 frames.

Re: [LAD] El-Cheapo software-only equivalent

2010-07-22 Thread Paul Davis
On Thu, Jul 22, 2010 at 6:39 AM, rom aldr...@gmail.com wrote: i'll see if i can create some documentation to make that alsa_in/alsa_out tools less ignored, instead of releasing a new software. Obviously, with all the proper disclaimers stating that it's not a substitute for a real multitrack

Re: [LAD] El-Cheapo software-only equivalent

2010-07-21 Thread Adrian Knoth
On Wed, Jul 21, 2010 at 02:24:09AM +0200, rom wrote: I'd like to ask some advice about a small multitrack recorder program i wrote, and have been using for some time. Basically, what it does is to: - simultaneously capture sound from several consumer-grade soundcards. - use libsamplerate to

Re: [LAD] El-Cheapo software-only equivalent

2010-07-21 Thread Arnold Krille
On Wednesday 21 July 2010 04:45:56 Patrick Shirkey wrote: On 07/21/2010 10:24 AM, rom wrote: Hi all, i'm new to this list. I'd like to ask some advice about a small multitrack recorder program i wrote, and have been using for some time. Basically, what it does is to: - simultaneously

Re: [LAD] El-Cheapo software-only equivalent

2010-07-21 Thread rom
On 21/07/10 09:43, Arnold Krille wrote: So please, if you create homepage for the app, state the problem and the fact that your (nice!) app is not a solution but only a patch to the problem... :-D eheh, yes yes i will... i can even provide a sample recording that clearly shows the problems

Re: [LAD] El-Cheapo software-only equivalent

2010-07-21 Thread drew Roberts
On Wednesday 21 July 2010 03:17:56 Adrian Knoth wrote: On Wed, Jul 21, 2010 at 02:24:09AM +0200, rom wrote: I'd like to ask some advice about a small multitrack recorder program i wrote, and have been using for some time. Basically, what it does is to: - simultaneously capture sound from

Re: [LAD] El-Cheapo software-only equivalent

2010-07-21 Thread Paul Davis
On Wed, Jul 21, 2010 at 7:48 AM, drew Roberts z...@100jamz.com wrote:    $ jackd -d alsa -d hw:0  -- fire up jackd on first card    $ alsa_in -d hw:1 -- add second card    $ alsa_in -d hw:2 -- add third card a.s.o. Then, use any jack capture client you want, including jackrec, jack_capture

Re: [LAD] El-Cheapo software-only equivalent

2010-07-21 Thread James Warden
   $ jackd -d alsa -d hw:0  -- fire up jackd on first card    $ alsa_in -d hw:1 -- add second card    $ alsa_in -d hw:2 -- add third card a.s.o. Then, use any jack capture client you want, including jackrec, jack_capture and ardour, just to name a few. This deals with the clock

Re: [LAD] El-Cheapo software-only equivalent

2010-07-21 Thread torbenh
On Wed, Jul 21, 2010 at 11:10:07AM +0200, rom wrote: On 21/07/10 09:43, Arnold Krille wrote: So please, if you create homepage for the app, state the problem and the fact that your (nice!) app is not a solution but only a patch to the problem... :-D eheh, yes yes i will... i can

[LAD] El-Cheapo software-only equivalent

2010-07-20 Thread rom
Hi all, i'm new to this list. I'd like to ask some advice about a small multitrack recorder program i wrote, and have been using for some time. Basically, what it does is to: - simultaneously capture sound from several consumer-grade soundcards. - use libsamplerate to stretch the audio streams,

Re: [LAD] El-Cheapo software-only equivalent

2010-07-20 Thread Patrick Shirkey
On 07/21/2010 10:24 AM, rom wrote: Hi all, i'm new to this list. I'd like to ask some advice about a small multitrack recorder program i wrote, and have been using for some time. Basically, what it does is to: - simultaneously capture sound from several consumer-grade soundcards. - use