[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] starting sound playback at offset



From looking at SDL_mixer it's hard to tell if it would even support playing from an offset... Would adding support for playing from an offset in pygame just be a matter of manually making a new chunk object that would point to a place within the original chunk for the sample?


On Fri, May 9, 2008 at 12:09 AM, René Dudfield <renesd@xxxxxxxxx> wrote:
yeah, you'll have to chop up the Sound samples yourself for that...
which shouldn't be too hard.

cheers,