speacker device +C COMPILER

Greetings...
Is there any /dev/SOMETHIG tyat i can directly access the speacker ... (yes ,that noisy thing)
and
where can i get a c compiler for SCO sys_V openserver ?

sory my bad english ....

:stuck_out_tongue:

try /dev/dsp
if your sound drive is compiled correctly you could cat a .au or file directly to /dev/dsp and it should play through your sound card.
eg: cat soundife.au > /dev/dsp

for a compiler see gnu.org .
gcc is a widley used compiler by novices to professionals alike.

i dont mean the sound card.. i mean the speacker inside the box...
that beep.beep boring thing!

type this at the terminal:

beep

i think the curses library has an interface for manipulating the internal speaker. i honestly dont know if the internal speaker is directly accessible in /dev , actually i am sure it is, but ill be damned if i know what file the internal speaker is. sorry!