summaryrefslogtreecommitdiff
path: root/README.md
blob: 3a4293c370a60718a98405e65a905c817eda2cbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# BeePi
Uses the system speaker to play pi

**GNU/Linux only**

**Requires [beep](http://www.johnath.com/beep/)**

Takes the digits of pi and plays them using the following notes for each digit:
0 - B3  
1 - C4  
2 - D4  
3 - E4  
4 - F4  
5 - G4  
6 - A4  
7 - B4  
8 - C5  
9 - D5  

Pi is stored in pi.txt

To run BeePi:
```
./beepi [msPerNote]
```
Where msPerNote is the number of milliseconds per beep. (defaults to 200)

To build the source:
```
make
```