| libao documentation | libao version 0.8.5 - 20040312 | 
declared in "ao/ao.h";
This structure describes the format of audio samples.
| typedef struct {
  int bits; /* bits per sample */
  int rate; /* samples per second (in a single channel) */
  int channels; /* number of audio channels */
  int byte_format; /* Byte ordering in sample, see constants below */
} ao_sample_format; | 
| copyright © 2001-2003 Stan Seibert | |
| libao documentation | libao version 0.8.5 - 20040312 |