aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 661aac4..f4513da 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,13 @@ The [C3Voc](https://c3voc.de/) creates Lecture Recordings from German Hacker/Ner
## Subprojects
The Voctomix Project consists of three parts:
- - [VoctoVore](./voctocore/), the videomixer core-process that does the actual video- and audio crunching
+ - [Voctocore](./voctocore/), the videomixer core-process that does the actual video- and audio crunching
- [Voctogui](./voctogui/), a GUI implementation in GTK controlling the core's functionality and giving visual feedback of the mixed video
- - Voctotools (tbd.), a Collection of Tools and Examples on how to talk to the core-process, feeding and reciving video-streams
+ - Voctotools (tbd.), a Collection of Tools and Examples on how to talk to the core-process, feeding and receiving video-streams
+
+## Status
+ - The Voctocore is functional completed. There is one Bug/Design-Issue in GStreamer which currently prevents real-world use but a Patch is beeing worked on. See Below.
+ - The Voctogui is close to complete in respect to visual experience and interaction. It's currently not able to communicate wirg the Server
## Patch policy
The main Goal of Voxtomix is to build a Videomixer that suites the C3Vocs requirements, which means it will not directly suite your Requirements. We are not planning to make it an all-purpose Tool. Instead, you are encouraged to fork Voctomix and modify it to your needs. The code should be simple enough to do this and we will help you deciding with that, if required. Because of this we probably won't accept Feature-Patches which add features the C3Voc doesn't need.