yeah, pretty much. Doing that from python is just as easy though.
On Fri, May 9, 2008 at 5:16 PM, Brian Fisher <[EMAIL PROTECTED]> wrote: > 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 <[EMAIL PROTECTED]> wrote: >> >> yeah, you'll have to chop up the Sound samples yourself for that... >> which shouldn't be too hard. >> >> cheers, > >