FutureBasic Logo

<<    Index    >> FutureBasic

sound   object



Description
For playing audio files such as mp4 and m4a. For more sophisticated control of sounds, the AVAudioEngine/AVAudioPlayer - see examples - are available.

Dialog event
_soundDidFinishPlaying

Example
fn SoundPlay( fn SoundNamed( @"MySound" ) )

See
The Sound.incl header identifies many other "Sound" related calls
 
Apple documentation
NSSound