Re: [ecasound] newbie in need for help!

New Message Reply Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] newbie in need for help!
From: Marco Ciampa (ciampix@libero.it)
Date: Fri Feb 23 2001 - 12:17:18 EET


Marco Ciampa wrote:
>
> Marco Ciampa wrote:
> >
> > I've go two wav files that I wish to listen to in a
> > (1)random order,
> > (2)starting from a random point in time,
> > (3)at a random startpoint (in the audio file)
> > (4)and with a random end (less that the lenght of the audio file(s))
> > the first 3 points, no problem, but the point 4 makes me truble...
> > When I try to do a command like this:
> > ecasound -a:1 -i:1.ewf -a:2 -i:2.ewf -a:all -o /dev/dsp
> >
> > with in 1.ewf and 2.ewf respectively
> >
> > source = 1.wav
> > start-position = 8.000000
> > offset = 5.000000
> > length = 2
> >
> > and
> >
> > source = 2.wav
> > start-position = 000000
> > offset = 000000
> > length = 20
> >
> > the result is a segfault at the end of the 1.ewf
> >
> > What is wrong?
> I'm aswering myselft (thanks to me :-)
> length MUST BE = start-position + offset
> Could someone ask me the rest?
gosh! I was wrong! offset MUST BE >= start-position
Ok. Problem: I have a sample quite large from wich I want to play a
little piece in the middle of it mixed with others chains in the
starting position of my play. How can i do it?
I thinked to shift all the chain's offset but now I need to start
ecasound at a given position for all the chains and I do not see any
command line switch to do it. I see the general time limit command (-t)
but not the global start...
For the fading (ghosh^2) I'm telling myself RTFM all the time...
from man ecasound...
[..]
      -kl:fx-param,start-value,end-value,time-seconds
              Linear envelope that starts from 'start_value' and
              linearly changes to 'end_value' during
              'time_in_seconds'. Can be used for fadeins and
              fadeouts.
 
       -kl2:fx-param,start-value,end-value,1st-stage-length-
              sec,2nd- stage-length-sec
              Two-stage linear envelope, a more versatile tool
              for doing fade-ins and fade-outs. Stays at
              'start_value' for '1st_stage_length' seconds and
              then linearly changes towards 'end_value' during
              '2nd_stage_length' seconds.
[..]
so problem solved...
sorry for the noise on this list...

bye

-- 
Have the courage to take your own thoughts seriously, for they will
shape
you. -- Albert Einstein  

Marco Ciampa Open IT S.r.l | ciampix AT libero.it | openit AT libero.it -- To unsubscribe send message 'unsubscribe' in the body of the message to <ecasound-list-request@wakkanet.fi>.


New Message Reply Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Fri Feb 23 2001 - 12:25:35 EET