ref #2 : add iOS Objective-C example

This commit is contained in:
Georgi Gerganov
2021-04-24 13:59:23 +03:00
parent 8cb55e3029
commit ef85be08ce
2 changed files with 2 additions and 0 deletions

View File

@@ -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:

View File

@@ -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: