#include <stdio.h>#include <unistd.h>#include <stdlib.h>#include <fcntl.h>#include <strings.h>#include <sys/soundcard.h>Defines | |
| #define | NUM_BYTES (64*1024) |
| #define | BLOCK_SIZE (4*1024) |
| #define | AUDIO "/dev/dsp" |
Functions | |
| main (int argc, char *argv[]) | |
Variables | |
| char | buffer [NUM_BYTES] |
| int | audioDev = 0 |
| #define AUDIO "/dev/dsp" |
| #define BLOCK_SIZE (4*1024) |
| #define NUM_BYTES (64*1024) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| int audioDev = 0 |
| char buffer[NUM_BYTES] |
1.4.7