Forums » Feature Requests Search

crossfade on resynthesis? New Reply

Author Post
Posts: 7
Registered: Dec 08, 2008

Hello,

When doing:

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?

thanks, douglas

Posts: 7
Registered: Dec 08, 2008

this is supposed to be on two lines:

out = audio.getpieces(audiofile, outchunks)

out.encode(outfile)

Strange, this editor puts it on one line unless there are 2 line breaks!

Posts: 666
Registered: Sep 08, 2008

drepetto:

The best place to discuss the echo nest remix api is here:

http://groups.google.com/group/remix-api?pli=1

(remix is an open source API, so we try to keep all of the discussion on the open source site, not here at the nest).

Paul

Posts: 7
Registered: Dec 08, 2008

Got it, thanks.

Reply to this Thread

You must log in to post a reply.