search for: plugin_get_lat

Displaying 3 results from an estimated 3 matches for "plugin_get_lat".

2001 Mar 14
1
get_latency() ?
I was looking back through the libao source after some time away from it and I noticed the addition of a plugin_get_latency() function to the plugin API. What is the purpose of this function and what was the motivation for adding it? --- Stan Seibert --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vo...
2001 Mar 16
3
Patches for NetBSD
.../* default: first try the devfs path */ - state->dev = strdup("/dev/sound/dsp"); + state->dev = strdup("/dev/audio"); state->fd=open(state->dev,O_WRONLY); if(state->fd < 0) { @@ -198,7 +198,7 @@ int plugin_get_latency(ao_internal_t *state) { int odelay = 0; - ioctl(((ao_oss_internal_t *)state)->fd, SNDCTL_DSP_GETODELAY, &odelay); +/* ioctl(((ao_oss_internal_t *)state)->fd, SNDCTL_DSP_GETODELAY, &odelay); */ return odelay; } $NetBSD: patch-ac,v 1.1.1.1 2001/03/15 20:35:58 w...
2001 Mar 03
1
libao: alsa plugin won't compile
...65: `snd_pcm_channel_status_t' undeclared (first use in this function) ao_alsa.c:165: parse error before `status' ao_alsa.c:171: `status' undeclared (first use in this function) ao_alsa.c:178: `SND_PCM_CHANNEL_PLAYBACK' undeclared (first use in this function) ao_alsa.c: In function `plugin_get_latency': ao_alsa.c:218: `snd_pcm_channel_status_t' undeclared (first use in this function) ao_alsa.c:218: parse error before `status' ao_alsa.c:219: `status' undeclared (first use in this function) make[3]: *** [ao_alsa.lo] Error 1 make[3]: Leaving directory `/usr/src/libao-0.6.0/src/p...