Exploration/C/audio/README.md
2023-12-09 19:38:15 -05:00

15 lines
127 B
Markdown

# Audio
Compile the program with
```bash
gcc -lm waves.c
```
Execute and hear the output with
```bash
./a.out | aplay
```