Lines Matching defs:gus_voice
94 struct gus_voice { struct
100 unsigned char voccntl; /* State of voice control register */
101 unsigned char volcntl; /* State of volume control register */
102 unsigned char pan_pos; /* Position of volume panning (4 bits) */
103 int rate; /* Sample rate of voice being played back */
109 u_long start_addr; /* Starting address of voice data loop area */
110 u_long end_addr; /* Ending address of voice data loop */
111 u_long current_addr; /* Beginning address of voice data
120 int start_volume; /* Starting position of volume ramp */
121 int current_volume; /* Current position of volume on volume ramp */
122 int end_volume; /* Ending position of volume on volume ramp */