Lines Matching defs:audio
73 static int audio;
236 audiodev = "/dev/audio";
237 audio = open(audiodev, O_WRONLY);
238 if (audio < 0) {
483 * If listening to packets on audio
486 * makes the audio "bursty".
488 if (audio) {
523 * Make a sound on /dev/audio according to the length of the packet. The
524 * tone data was ripped from /usr/share/audio/samples/au/bark.au. The
536 if (audio) {
537 (void) write(audio, tone, len);
779 "\t[ -a ] # Listen to packets on audio\n");