|
aroarfw
|
Struct to store Audio Signal information. More...
#include <audio.h>
Data Fields | |
| unsigned int | rate |
| Sample rate. More... | |
| unsigned int | bits |
| Number of bits per sample. More... | |
| rchannels_t | channels |
| Number of channels per frame. More... | |
| rcodec_t | codec |
| Used codec. More... | |
| rchannels_t raudio_info::channels |