1.1 --- a/src/aica/audio.h Thu Jan 12 12:38:59 2006 +0000
1.2 +++ b/src/aica/audio.h Tue Jan 17 12:54:02 2006 +0000
1.5 - * $Id: audio.h,v 1.3 2006-01-12 12:38:59 nkeynes Exp $
1.6 + * $Id: audio.h,v 1.4 2006-01-17 12:54:02 nkeynes Exp $
1.8 * Audio engine, ie the part that does the actual work.
1.13 uint32_t loop_start;
1.14 - int vol_left; /* 0..255 */
1.15 - int vol_right; /* 0..255 */
1.16 + int vol; /* 0..255 */
1.17 + int pan; /* 0 (left) .. 31 (right) */
1.18 uint32_t sample_rate;
1.20 /* Envelope etc stuff */