Re: [ecasound] working with multi track file

From: Julien Claassen <julien@email-addr-hidden-lab.de>
Date: Fri Jan 02 2009 - 02:46:20 EET

Hi!
   If you have an ecasound version >2.4.7pre2.5.0 you can use playat instead of
-y (it doesn't do what you want).
ecasound -a:1 -i playat,4.0,file.wav
   Will play file.wav from its start,, but only after 4 seconds have passed.
   If you have an older verion you can use .ewf-files:
edit my_ewf.ewf
# start of file
source = file.wav
offset = 4.0
# end of file
   then you can do:
ecasound -a:1 -i my_ewf.ewf
   The -y option is to start the amount of seconds into the corresponding
input-file. So:
ecasound -i your_file.wav -y:4.0
   will play nothing, because your fragments are only 4 seconds each.
   Btw.: You don't have to se your loop-devices is just mixing is your intend:
ecasound -a:1 -i input -a:2 -i input -a:3 -i input -a:all -o output
   This will work just fine. You only need the loop-devices to do more
exravagant routine and processing. Say when using effects on a group of
inputs.
   Kindest regards
         Julien

--------
Music was my first love and it will be my last (John Miles)

======== FIND MY WEB-PROJECT AT: ========
http://ltsb.sourceforge.net
the Linux TextBased Studio guide
======= AND MY PERSONAL PAGES AT: =======
http://www.juliencoder.de

------------------------------------------------------------------------------
_______________________________________________
Ecasound-list mailing list
Ecasound-list@email-addr-hidden
https://lists.sourceforge.net/lists/listinfo/ecasound-list
Received on Fri Jan 2 04:15:03 2009

This archive was generated by hypermail 2.1.8 : Fri Jan 02 2009 - 04:15:03 EET