I have 3 players playing sounds with a looping background in two players, to 
create a continuous background sound. It works very well. Now I’m wondering if 
the player that is dragged from the IDE palette is the AV Foundation player, or 
the old one that uses Quicktime. Do I have to do anything to invoke the AV 
Foundation player? I am using version 7.0.4 of livecode.

The user guide has some good info about the player properties, but it also 
mentions quicktime. Eventually this will be a mobile app, so perhaps it doesn’t 
matter for developing, but I’d like to know. 

Is there a link where I can get up to date info about the new player?

Thanks,
Bill

> On Apr 25, 2015, at 9:42 AM, Colin Holgate <colinholg...@gmail.com> wrote:
> 
> The playing multiple sounds isn’t the hard part. Playing sound segments 
> seamlessly is. I have done that sort of thing in other tools, like in this 
> app for example:
> 
> https://itunes.apple.com/us/app/lets-get-ready!/id903134141?mt=8 
> <https://itunes.apple.com/us/app/lets-get-ready!/id903134141?mt=8>
> 
> One part of that app lets you record multiple sounds, and at the end you hear 
> a seamless sequence which is a mixture of preset backing tracks and your 
> recordings. I could achieve that because in Flash you can create bytearrays 
> made from the composition, and then play that as a single sound.
> 
> Maybe you could combine the elements and write out a WAV file to play?
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to