|
From: Robert F. <cap...@gm...> - 2010-04-27 15:33:01
|
I've had to do this sort of thing myself. What worked for me, using the command line tools, is to append the output for each file, or set of files to a file in a RAW format, and then convert the raw format back to something usable when It's done.. Only limit then is how large of a file the file-system can handle. Granted, not the most elegant of solutions, but it works. - William Barbary, the Lion of Cote du Ciel, http://coteduciel.org/ - Robert Ferney ( INTJ / Kolbe 4357 ) On Tue, Apr 27, 2010 at 7:36 AM, Chris Bagwell <ch...@cn...> wrote: > It really depends on your code as I'm not aware of any limitations on > libsox side... The effects engine only sees one input file at most so > its something on your input side. Somehow not managing your input > files correctly. > > Chris > > On Mon, Apr 26, 2010 at 11:21 PM, xldelg <xl...@so...> wrote: >> hi, >> >> I want to combine 42 wav files into a single wav file with libsox.lib. I >> create 42 sox_format_t for input file and add them to a effect chain, then >> sox_flow_effect, but the application abort with unhandled exception. I found >> that if I combine less than 18 wav files, the application will run well. How >> to fix this? >> >> Any help will be appreciated. >> >> >> 2010-04-27 >> ________________________________ >> xldelg >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Sox-users mailing list >> Sox...@li... >> https://lists.sourceforge.net/lists/listinfo/sox-users >> >> > > ------------------------------------------------------------------------------ > _______________________________________________ > Sox-users mailing list > Sox...@li... > https://lists.sourceforge.net/lists/listinfo/sox-users > |