Home
last modified time | relevance | path

Searched defs:audio_voice_t (Results 1 – 1 of 1) sorted by relevance

/dports/games/kobodeluxe/KoboDeluxe-0.5.1/sound/
H A Da_voice.h134 typedef struct audio_voice_t struct
137 struct audio_voice_t *next; /* For channel voice list */ argument
138 struct audio_voice_t *prev; argument
139 struct audio_channel_t *channel;
140 int tag; /* tag from patch */
141 int priority; /* Stealing priority (from owner) */
144 int c[VC_COUNT];
169 } audio_voice_t; argument