Audio.h Where ?????

I’m running QNX 4.25 with Watcom 9.52. I’m trying to develope software to
read in an audio signal from a ISA soundblaster sound card.
I need to set the sampling rate and buffer size using the ioctl ( ) command
but the Audio.h library file is not in the /usr/include/sys directory.

Does anyone know what I’m doing wrong ???

Has the Audio.h library file been replaced with another header file with a
different name. I tryed looking at the Vplay example but this will not
compile either due to the same problem.

Please can anyone help ???

Ian Dinning
Electronic Engineering Student
University of Leicester

Ian Dinning <ijd1@le.ac.uk> wrote:

I’m running QNX 4.25 with Watcom 9.52. I’m trying to develope software to
read in an audio signal from a ISA soundblaster sound card.
I need to set the sampling rate and buffer size using the ioctl ( ) command
but the Audio.h library file is not in the /usr/include/sys directory.

Does anyone know what I’m doing wrong ???

Is there any particular reason you have not updated to Watcom 10.6?
I’m not sure this is the problem, but there is a good chance that
header may have been added to the 10.6 release.


(I don’t

Has the Audio.h library file been replaced with another header file with a
different name. I tryed looking at the Vplay example but this will not
compile either due to the same problem.

Also, I think it may be audio.h rather than Audio.h.

Do you have an audio.h?

-David