15 lines
127 B
Markdown
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
|
||
|
```
|