Now that I am in front of a Linux Computer I confirm that it's possible to play many sounds at the same time, using open process
put "aplay sample.au" into tCommand open process tCommand for neither This command does plays *.wav and *.au Does not works with *.mp3 or *.aiff http://www.linuxcommand.org/man_pages/aplay1.html http://alsa.opensrc.org/Aplay Just one thing: How could I stop or pause different sounds using the command Aplay? Alejandro Tejada wrote > > Richard Gaskin wrote >> Monte recently helped me with a shell task by reminding me that I can >> use this for asynchronously calling another process: >> >> open tSomeProcessCommand for neither >> >> Useful enough, but the syntax kinda bugs me. > I am not in front of a Linux computer to test > this command, but > Could developers play many simultaneous sounds > in Linux using "aplay" and "for neither"? > > I remember a Space Invaders Linux clone published > by Lestroso of FaSaSoftware that hangs badly while > trying to play many sounds at the same time... :( > > Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/for-neither-really-tp4681430p4681811.html Sent from the Revolution - User mailing list archive at Nabble.com. _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
