aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7bffea3..e67b811 100644
--- a/README.md
+++ b/README.md
@@ -5,12 +5,13 @@ through udp datagram sockets
### Libraries and APIs
-This project is written only on C, using the following techonologies:
+This project is written only in C, using the following techonologies:
+
1. V4L2 - video for linux api for getting images from the camera
2. Pulse Audio Simple API for playing and recording audio (will be changed to alsa soon)
3. GLFW with OpenGL for displaying the recieved image
-No other external libraires and things.
+No other external libraries or APIs are used.
### Limitations
@@ -18,7 +19,7 @@ No other external libraires and things.
2. Crappy audio, most likely because of pulse audio
3. Works only one linux, I don't plan porting it to windows.
-### TODO
+### Todo
1. Use alsa and not pulse audio simple api
2. MUST run at 30 fps