OK. I think I got it. If you want to play two simultaneously then you instantiate a second ```Player```. and a ```Player``` can have a queue and it plays items in the queue in order, as you might expect. On finishing playing a source it releases the source so it no longer consumes memory. Not sure what happens if the source appears again later in the queue.
On Monday, June 11, 2018 at 10:41:59 AM UTC+12, Neon22 wrote: > > Hi Dan, is that the version with two approaches like Greg suggested ? > >> >> Another is to have two methods, such as player.queue_source() and >> player.queue_playlist(). >> > > So someone can setup a queue to play a number of source files, as well as > play a specific source simultaneously. I.e. now. > I'm not sure I fully understood the ins and outs of the entire discussion. > -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/d/optout.
