search for: algeterrorstr

Displaying 1 result from an estimated 1 matches for "algeterrorstr".

Did you mean: geterrorstr
2002 Apr 11
1
libao: IRIX patch
...ice->internal; - ALpv params[2]; + ALpv params; int dev = AL_DEFAULT_OUTPUT; int wsize = AL_SAMPLE_16; - - internal->nChannels = channels; - - if (alSetQueueSize(internal->alconfig, BUFFER_SIZE) < 0) { - fprintf(stderr, "alSetQueueSize failed: %s\n", - alGetErrorString(oserror())); + if (alSetQueueSize(internal->alconfig, AO_IRIX_BUFFER_SIZE) < 0) { + fprintf(stderr, "alSetQueueSize failed: %s\n", + alGetErrorString(oserror())); return 0; } - if (alSetChannels(internal->alconfig, channels) < 0) { - fprintf(...