Lines Matching defs:voice
12 /* voice status */
20 int voice;
72 * get more voice for pcm
74 * terminate most inactive voice and give it as a pcm voice.
90 if (best[i].voice >= 0) {
92 vp = &emu->voices[best[i].voice];
113 * turn off the voice (not terminated)
130 * terminate the voice
150 * release the voice to system
204 * look up voice table - get the best voice in order of preference
217 best[i].voice = -1;
263 bp->voice = i;
269 * get an empty voice
285 if (best[i].voice >= 0) {
286 vp = &emu->voices[best[i].voice];
288 /* allocate a voice */
365 for triggerg the voice */
487 /* trigger voice */