From b1bc3a27daa0258ce770e8a88db9022fc17bbb25 Mon Sep 17 00:00:00 2001 From: Ray Zhang <41682958+zhang-ray@users.noreply.github.com> Date: Fri, 28 Dec 2018 11:11:00 +0800 Subject: [PATCH] [doc] update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c12d331..a255bc0 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ EVC is very **easy to use** ## Technical details +Written in modern C++ (C++14) **Technical features** - [x] private and secure - the server is self-hosting; - [x] cross platform (Windows and macOS) and easy-to-use GUI client; @@ -39,5 +40,5 @@ EVC is very **easy to use** - [x] Acoustic Echo Cancellation; - [x] Noise Suppression; - [x] Comfort Noise Generator; -- [x] concise source code - less than 10k lines (including clients, server, unit_tests and smoke_tests / sanity_check code); +- [x] concise source code - less than 4k lines (including clients, server, unit_tests and sanity_check code);