out = audio.getpieces(audiofile, outchunks)
out.encode(outfile)
to output a remixed file I often get clicks at the chunk borders. Is there a flag or something that could be added to out.encode to do a little crossfade between chunks to avoid the clicks? Or is there some other way of dealing with this in the API that I'm missing?