Lines Matching defs:voice
12 /* voice status */
20 int voice;
73 * get more voice for pcm
75 * terminate most inactive voice and give it as a pcm voice.
91 if (best[i].voice >= 0) {
93 vp = &emu->voices[best[i].voice];
115 * turn off the voice (not terminated)
131 * terminate the voice
157 * release the voice to system
206 * look up voice table - get the best voice in order of preference
219 best[i].voice = -1;
265 bp->voice = i;
271 * get an empty voice
287 if (best[i].voice >= 0) {
288 vp = &emu->voices[best[i].voice];
290 /* allocate a voice */
397 for triggerg the voice */