From f8b6e0407e529b26d82eb9d60a8ad2a80edfa064 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 5 May 2018 12:13:46 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db04632..cc4fc97 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,9 @@ To build this project you need Emscripten compiler. Additionally, you need [FFTW ## Known problems / stuff to improve - - Does not work with Internet Explorer and Safari + - Does not work with: IE, IE Edge, Chrome/Firefox on iOS, Safari on macOS (?) - Ultrasonic sound transmission does not work on most devices. Probably hardware limitations? - In presence of multiple local networks, cannot currently select which one to use. Always the first one is used - - There is occasionally sound cracking during transmission. Optimize the Tx code - - The size of the emscripten generated .js is too big (~4MB). Rewrite in pure JS + - There is occasionally sound cracking during transmission. Need to optimize the Tx code + - The size of the emscripten generated .js is too big (~4MB). Rewrite in pure JS? - On mobile, using Firefox, the page can remain running in the background even after closing the tab