refactor example + adding imgui and imtui submodules

This commit is contained in:
Georgi Gerganov
2020-11-29 17:45:20 +02:00
parent ba1742d733
commit 0bbb11fffb
19 changed files with 1839 additions and 305 deletions

View File

@@ -1,8 +1,3 @@
/*! \file main.js
* \brief Text transfer over sound
* \author Georgi Gerganov
*/
function transmitText(sText) {
var r = new Uint8Array(256);
for (var i = 0; i < sText.length; ++i) {