AudioLoad
double AudioLoad (string filename)
Return Value: 1.0 = success, 0.0 = failure
Arguments:
filename |
path of the .wav file to open |
Opens a .wav file.
Important: Do not use this function when playing animation. Bad things will happen!
By hooking this function up through the PlayStatus( ) function, you could automate the loading of a given .wav file. It is suggested that most users only access .wav files through the standard interface as misuse of this function could cause a crash of the software.
Converted from CHM to HTML with chm2web Pro 2.82 (unicode) |