From ef85be08cee3e11dcf2a31a58e3577e64ea836e1 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 24 Apr 2021 13:59:23 +0300 Subject: [PATCH] ref #2 : add iOS Objective-C example --- README-tmpl.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README-tmpl.md b/README-tmpl.md index 6a3c38f..5a4e8e7 100644 --- a/README-tmpl.md +++ b/README-tmpl.md @@ -102,6 +102,7 @@ The [examples](https://github.com/ggerganov/ggwave/blob/master/examples/) folder | [spectrogram](https://github.com/ggerganov/ggwave/blob/master/examples/spectrogram) | Spectrogram tool | SDL | | [ggweb-spike](https://gitlab.com/commonsguy/ggweb-spike) | Android example using a `WebView` to wrap `ggwave` into a simple app | WebAudio | | [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 | Other projects using **ggwave** or one of its prototypes: diff --git a/README.md b/README.md index 900e4ca..89d4161 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ The [examples](https://github.com/ggerganov/ggwave/blob/master/examples/) folder | [spectrogram](https://github.com/ggerganov/ggwave/blob/master/examples/spectrogram) | Spectrogram tool | SDL | | [ggweb-spike](https://gitlab.com/commonsguy/ggweb-spike) | Android example using a `WebView` to wrap `ggwave` into a simple app | WebAudio | | [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 | Other projects using **ggwave** or one of its prototypes: