From 69f809ba6532c95bd0d3f6f85ab18f610a17666e Mon Sep 17 00:00:00 2001 From: Wooram Yang Date: Mon, 23 Sep 2024 23:40:47 +0900 Subject: [PATCH] readme : add a Kotlin multiplatform example (#122) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e778686..a4d7223 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ The [examples](https://github.com/ggerganov/ggwave/blob/master/examples/) folder | [r2t2](https://github.com/ggerganov/ggwave/blob/master/examples/r2t2) | Transmit data through the PC speaker | PC speaker | | [ggwave-objc](https://github.com/ggerganov/ggwave-objc) | Minimal Objective-C iOS app using ggwave | AudioToolbox | | [ggwave-java](https://github.com/ggerganov/ggwave-java) | Minimal Java Android app using ggwave | android.media | +| [ggwave-kmm](https://github.com/wooram-yang/ggwave-kmm) | Kotlin Multiplatform Project using ggwave | android.media, javax.sound.sampled | | [ggwave-fm](https://github.com/rgerganov/ggwave-fm) | Transmit ggwave messages with HackRF | Radio | | [esp32-rx](https://github.com/ggerganov/ggwave/tree/master/examples/esp32-rx) | Transmit and receive messages using ESP32 | - | | [rp2040-rx](https://github.com/ggerganov/ggwave/tree/master/examples/rp2040-rx) | Transmit and receive messages using Raspberry Pi Pico (RP2040) | - |