ggerganov / ggwave-java

Minimal Java app for Android using ggwave
MIT License
19 stars 11 forks source link

Play ultrasonic sound #3

Open shrijanRegmi opened 1 year ago

shrijanRegmi commented 1 year ago

I was able to run the code successfully but I don't know how to play an ultrasonic sound. I need help.

Hatzen commented 2 months ago

It should be as easy as replacing https://github.com/ggerganov/ggwave-java/blob/211ae947fda7307aa318cd430216bcabd9b8d071/app/src/main/cpp/test-cpp.cpp#L62 GGWAVE_TX_PROTOCOL_AUDIBLE_FAST with GGWAVE_TX_PROTOCOL_ULTRASOUND_FASTEST in all occurences.