Exploration/C/audio/README.md

15 lines
127 B
Markdown
Raw Normal View History

2023-12-10 00:38:15 +00:00
# Audio
Compile the program with
```bash
gcc -lm waves.c
```
Execute and hear the output with
```bash
./a.out | aplay
```