Why is it that http://cvsweb.openbsd.org/ports/audio/portaudio-svn/files/pa_sndio.c says
case paInt16:
case paFloat32:
sio->sig = 1;
sio->bits = 16;
break;
?
The 16 seems strange for Float32.
Is that a missing stanza for paInt16?
Jan
