Searched defs:gus_voice (Results 1 – 1 of 1) sorted by relevance
94 struct gus_voice { struct100 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 data120 int start_volume; /* Starting position of volume ramp */121 int current_volume; /* Current position of volume on volume ramp */[all …]