Searched defs:gus_voice (Results 1 – 1 of 1) sorted by relevance
135 struct gus_voice { struct141 unsigned char voccntl; /* State of voice control register */142 unsigned char volcntl; /* State of volume control register */143 unsigned char pan_pos; /* Position of volume panning (4 bits) */144 int rate; /* Sample rate of voice being played back */150 u_long start_addr; /* Starting address of voice data loop area */151 u_long end_addr; /* Ending address of voice data loop */152 u_long current_addr; /* Beginning address of voice data161 int start_volume; /* Starting position of volume ramp */162 int current_volume; /* Current position of volume on volume ramp */[all …]