From 7d88f42e4ec5ed0515c269f63bebe3aa3aa13348 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 13 Mar 2021 11:24:17 +0200 Subject: [PATCH] ref #2 : add Android example link to the README --- README-tmpl.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README-tmpl.md b/README-tmpl.md index 2da9465..71b77f6 100644 --- a/README-tmpl.md +++ b/README-tmpl.md @@ -100,6 +100,7 @@ The [examples](https://github.com/ggerganov/ggwave/blob/master/examples/) folder | [ggwave-py](https://github.com/ggerganov/ggwave/blob/master/examples/ggwave-py) | Python examples | PortAudio | | [ggwave-js](https://github.com/ggerganov/ggwave/blob/master/examples/ggwave-js) | Javascript example | Web Audio API | | [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 | Other projects using **ggwave** or one of its prototypes: diff --git a/README.md b/README.md index f0a2e88..ef54267 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ The [examples](https://github.com/ggerganov/ggwave/blob/master/examples/) folder | [ggwave-py](https://github.com/ggerganov/ggwave/blob/master/examples/ggwave-py) | Python examples | PortAudio | | [ggwave-js](https://github.com/ggerganov/ggwave/blob/master/examples/ggwave-js) | Javascript example | Web Audio API | | [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 | Other projects using **ggwave** or one of its prototypes: