
Untitled
By: a guest on
Apr 20th, 2012 | syntax:
None | size: 0.65 KB | hits: 11 | expires: Never
@@ -194,10 +76,11 @@
typedef struct ao_device ao_device;
typedef struct ao_sample_format {
- 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 */
+ 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 */
+ char *matrix; /* input channel location/ordering */
} ao_sample_format;