Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 20th, 2012  |  syntax: None  |  size: 0.65 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. @@ -194,10 +76,11 @@
  2.  typedef struct ao_device ao_device;
  3.  
  4.  typedef struct ao_sample_format {
  5. -       int bits; /* bits per sample */
  6. -       int rate; /* samples per second (in a single channel) */
  7. -       int channels; /* number of audio channels */
  8. -       int byte_format; /* Byte ordering in sample, see constants below */
  9. +       int  bits; /* bits per sample */
  10. +       int  rate; /* samples per second (in a single channel) */
  11. +       int  channels; /* number of audio channels */
  12. +       int  byte_format; /* Byte ordering in sample, see constants below */
  13. +        char *matrix; /* input channel location/ordering */
  14.  } ao_sample_format;