Georgi Gerganov

Results 420 comments of Georgi Gerganov

Ok, that is pretty clever. I'll let you know if I get some ideas about this, but at the moment your concept seems much better than the existing one.

It would be pretty cool to have a text-based backend available in the original Dear ImGui. I'm all for it and also the Dear ImGui maintainer seems to be very...

Might be the same issue as in #10 ?

Hi, thanks for the question. It is interesting if someone can think of something smart to tackle this issue. I've written some thoughts on this topic in the following discussion:...

You need to first install Emscripten if you haven't done so. Here are instructions how to install it using `emsdk`: https://emscripten.org/docs/getting_started/downloads.html Here are the steps to compile a new `ggwave.js`...

Hi, I just tried to run the commands that you have posted in your question and they work as expected. The first command generates an audible "Hello World!" message using...

I just tried generating a few messages using different sampling rates via the `-s` argument and the `ggwave-java` app successfully receives the messages. Not sure what could be causing the...

Thanks for the description. I am still not sure what could be the problem. I played a bit with this idea and i found a way to embed ultrasound audio...

It should be doable: - generate a `.wav` file containing the timestamp using [ggwave-to-file](https://github.com/ggerganov/ggwave/tree/master/examples/ggwave-to-file) - it can be audible or ultrasound - embed the generated `.wav` into the video, for...

The current interface of ggwave does not provide a mechanism to get the exact time of the beginning of the transmission. Still, you can estimate it in the following way:...