Commit Graph

10 Commits

Author SHA1 Message Date
Georgi Gerganov
00b23ff54f r2t2 - Transmit data through the PC speaker (#32)
* inital implementation

* remove file

* ggwave-cli : txProtocol -> txProtocolId

* ggwave : add custom protocol enum values

* r2t2 : use cutom protocols

* r2t2 : build only on Unix systems

* r2t2 : remove thread

* r2t2-rx : wip

* r2t2 : wasm build ready + various fixes

* r2t2 : error message

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* r2t2 : length 16

* r2t2 : use slow protocol by default

* r2t2 : add timestamp

* r2t2 : update html

* r2t2 : update github link

* r2t2 : more robust tx

* r2t2 : add option to use beep command

* emscripten : cannot use requestAnimationFrame when capturing audio

This causes the queued audio buffer to grow indefinitely when the page
is not focused, causing the process to run out of memory.

* r2t2 : disable beep option

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* r2t2 : add example to README
2021-04-18 13:20:45 +03:00
Georgi Gerganov
2e34d46e02 iOS SDK (#15)
* wip : creating a Swift Package Manager package

* ios : tests ready

* cmake : add ggwave-spm and spm-publish targets

* cosmetics
2021-01-30 12:38:01 +02:00
Georgi Gerganov
108425f27f ref #5 : fix protocol id to be parsed as int 2021-01-06 21:21:20 +00:00
Georgi Gerganov
174b6872e8 examples : add "simple-rx" example + minor clean-up 2020-12-19 11:26:40 +02:00
Georgi Gerganov
580a980be2 ggwave-wasm : update example 2020-12-06 10:02:23 +00:00
Georgi Gerganov
5c478fce12 ggwave-wasm : minor fix 2020-11-29 15:50:05 +00:00
Georgi Gerganov
0bbb11fffb refactor example + adding imgui and imtui submodules 2020-11-29 17:45:20 +02:00
Georgi Gerganov
26bbbda76a ggwave-wasm : fix typo 2020-11-29 11:25:18 +00:00
Georgi Gerganov
0c4c76f77e ggwave-wasm : add html shell 2020-11-29 11:21:06 +00:00
Georgi Gerganov
69efeca387 Initial commit 2020-11-29 11:02:17 +02:00