Go to the source code of this file.
◆ calculate_mix_buf_len()
int calculate_mix_buf_len |
( |
int |
sample_rate | ) |
|
◆ dispose_module()
◆ dispose_replay()
◆ module_load()
struct module* module_load |
( |
struct data * |
data, |
|
|
char * |
message |
|
) |
| |
◆ new_replay()
struct replay* new_replay |
( |
struct module * |
module, |
|
|
int |
sample_rate, |
|
|
int |
interpolation |
|
) |
| |
◆ replay_calculate_duration()
int replay_calculate_duration |
( |
struct replay * |
replay | ) |
|
◆ replay_get_audio()
int replay_get_audio |
( |
struct replay * |
replay, |
|
|
int * |
mix_buf |
|
) |
| |
◆ replay_seek()
int replay_seek |
( |
struct replay * |
replay, |
|
|
int |
sample_pos |
|
) |
| |
◆ replay_set_sequence_pos()
void replay_set_sequence_pos |
( |
struct replay * |
replay, |
|
|
int |
pos |
|
) |
| |
◆ IBXM_VERSION