sound file help

Klaus Major klaus at major-k.de
Tue Feb 15 12:54:05 EST 2005


Hi Paul,

>   play audioClip "01"  -- Play sound file 1
>   wait until the sound is done
>
> Dear Rev Programmers,
>
> I use the above command to play a wav file, I need to know 2 things
>
> 1) Will Rev use any sound file in place of a wav?

With the "play ac xyz" you can only use UNCOMPRESSED WAV and AIF files,
and un-/compressed AU files.

For anything else you'll have to use player-objects and probably 
QuickTime...

> 2) Is there a way to stop the sound file when you want to for want 
> ever reason?

...
play stop ac "xyz.wav"
...

or just generic:

...
play stop ac
...

> Thank you
>
> Paul Salyers
> PS1 - Senior Rep.
> PS1 at softseven.org
> Http://ps1.SoftSeven.org

Regards

Klaus Major
klaus at major-k.de
http://www.major-k.de



More information about the use-livecode mailing list