From 1f42ea6cd3035e7b5c1abe1bfaee110e4a558401 Mon Sep 17 00:00:00 2001 From: kartofen Date: Tue, 18 Oct 2022 23:30:29 +0300 Subject: edit readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3