Re: channel manipulation

Julien Claassen <[email protected]>
Newsgroups gmane.comp.audio.ecasound.general
Message-ID <[email protected]>
Patrick!
   I suppose, you need to do batch processing in the end and you will have 
finite audiofies as input, not infinite live inputs. So you might try:
#!/bin/bash
TIME=`ecalength $FILE | awk '{ print $2 }' | awk '{ len = length($0); $realtime = substr($myname,0,(len-1)); printf("%s",$realtime); }'`
   then you can use the $TIME variable for -t: option of Ecasound. It's the 
dirty way, but it works. After having read the piece of code, which I modified 
for this, I don't even know, why it works, since there is an undefined 
variable used for the substr, but it does. Let sleeping dogs lie. :-)
   Best regards
         Julien

----------------------------------------
http://juliencoder.de/nama/music.html

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Ecasound-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecasound-list
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.