Functions | |
| void | e_init_sound (void) |
| Initialize all you need to play sound on speaker. | |
| void | e_play_sound (int sound_offset, int sound_length) |
| Play a sound. | |
| void | e_close_sound (void) |
| Disable the sound After that you can't play sound anymore, if you want to, you have to call e_init_sound. | |
| void | e_init_dci_master (void) |
| void | e_init_codec_slave (void) |
| void | e_sub_dci_kickoff (int, int) |
| void e_close_sound | ( | void | ) |
Disable the sound After that you can't play sound anymore, if you want to, you have to call e_init_sound.
| void e_init_codec_slave | ( | void | ) |
| void e_init_dci_master | ( | void | ) |
| void e_init_sound | ( | void | ) |
Initialize all you need to play sound on speaker.
| void e_play_sound | ( | int | sound_nbr, | |
| int | sound_length | |||
| ) |
Play a sound.
| sound_nbr | the begining of the sound | |
| sound_length | the length of the sound |
| void e_sub_dci_kickoff | ( | int | , | |
| int | ||||
| ) |
1.5.4