#include <audio.h>
Data Fields | |
| int | type |
| type of the audio | |
| audio_formats | af |
| audio format | |
| void * | audio_data |
| buffer, used in mp3 and mp3stream | |
| int | len_data |
| lenght, in bytes, of audio_data | |
| int | audio_frame |
| current audio frame, used in avi files | |
| int | pos_frame |
| current position in that frame, used in avi files | |
| int | freq |
| frequency (Hz) of audio | |
| short int | bits |
| bits of audio | |
| short int | channels |
| number of channels | |
1.2.18