Georgi Gerganov
Georgi Gerganov
Awesome! My initial attempts to make a mobile demo were to use the JS/Wasm port in a Cordova project, but I couldn't figure out all the details. This looks really...
I have finally implemented an Objective-C iOS app using ggwave: https://github.com/ggerganov/ggwave-objc
Minimal Android example in Java/C++ is now also available: https://github.com/ggerganov/ggwave-java
Currently it is not possible - only single-byte chars are supported.
Thanks for spotting the `protocolId` issue - it is fixed now! Regarding the ultrasound issue: That is interesting observation and I am not sure what is causing the ultrasound to...
I can reproduce the same issue with Safari on my MacBook. For some reason the high-frequency audio in Safari is filtered. Here is Safari (left) and Chrome (right) receiving an...
It [has been suggested](https://news.ycombinator.com/item?id=26121252) that this might be a security risk mitigation by Safari. Not sure if that is the case.
This is definitely something to explore. I remember doing some experiments with it in the past, but not sure why I gave up on it. It looks like very well...
So I started some experiments using the Goertzel algorithm in the [experiment/goertzel](https://github.com/ggerganov/ggwave/commits/experiment/goertzel) branch and I think I now remember what was the problem with this approach. The Goertzel algorithm is...
In `ggwave v0.2.0` we now have Dual-Tone protocols that use just 32 frequencies, so Goertzel might be back on the table. Moreover, I think it would be nice to add...