|
From: Erich E. <er...@ec...> - 2015-06-25 05:02:04
|
Hi, you can use ":" to separate effect chaines - as stated in the manual: <cite> An effects chain is terminated by placing a : (colon) after an effect. Any following effects are a part of a new effects chain. </cite> So in your example use: trim 0 10 speed 0.9 : trim 0 10 speed 1.1 : speed 0.99 greetings, Erich Am 25.06.2015 um 05:33 schrieb forget color: > I'm looking for a way to programmatically apply effects to subsections > of an input file. For example, given a 10 second input file, I might > like to adjust the speed of the first second slower by 10%, then the > next second faster by 10%, then the next one slower, etc. > > Is there any way to do this using the sox command line? > > I can certainly do it more brute force, trimming an input file into many > files, applying the effects to those files, then splicing the results > back together. But I wondered if there's any way to do this in one go? > > thanks > > > ------------------------------------------------------------------------------ > Monitor 25 network devices or servers for free with OpManager! > OpManager is web-based network management software that monitors > network devices and physical & virtual servers, alerts via email & sms > for fault. Monitor 25 devices for free with no restriction. Download now > http://ad.doubleclick.net/ddm/clk/292181274;119417398;o > > > > _______________________________________________ > Sox-users mailing list > Sox...@li... > https://lists.sourceforge.net/lists/listinfo/sox-users > |