|
|
|
|
sound... Functions
Events
MioScript Reference
|
|
Functions and event for audio playback, including multi-channels MP3 playback.
Playing simple wave files
The easier way to play a sound is to use wave files (.wav) and the following functions:
sound.play, sound.stop
sound.volume, sound.volume.left, sound.volume.right
Playing MP3 and WMA files on several audio channels
You can play up to 64 audio files simultaneously with the following functions and events:
sound.channel.create, sound.channel.isAvailable, sound.ID.load
sound.ID.play, sound.ID.stop, sound.ID.pause, sound.ID.mute
event.sound_channel_loaded, event.sound_channel_endLoop, event.sound_channel_finished
sound.ID.balance, sound.ID.volume, sound.ID.rate
sound.ID.selection, sound.ID.position, sound.ID.repeat, sound.ID.status
event.sound_channel_error
sound.ID.error.code, sound.ID.error.description
|
|
|