Constructor
# new IBXM(filename, buffersizeopt)
load MOD, S3M or XM module for sound playback.
Note: IBXM module must be loaded by calling LoadLibrary("ibxm") before using!
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
filename |
string
|
file name of the soundfile to load. |
|
buffersize |
number
|
<optional> |
playback buffer size, default is 16KiB. |
- See:
-
- LoadLibrary()