|
From: Chris B. <ch...@cn...> - 2010-04-27 13:36:29
|
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 > > |