mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-17 11:26:00 +08:00
Update README.md
This commit is contained in:
@@ -28,7 +28,7 @@ Here is a list of possible applications of **ggwave** with a few examples:
|
|||||||
- [wave-share](https://github.com/ggerganov/wave-share) - file sharing through sound
|
- [wave-share](https://github.com/ggerganov/wave-share) - file sharing through sound
|
||||||
- **Internet of Things**
|
- **Internet of Things**
|
||||||
- [r2t2](https://github.com/ggerganov/ggwave/tree/master/examples/r2t2) - Transmit data with the PC speaker
|
- [r2t2](https://github.com/ggerganov/ggwave/tree/master/examples/r2t2) - Transmit data with the PC speaker
|
||||||
- Record and send commands via [Talking buttons](https://github.com/ggerganov/ggwave/discussions/27)
|
- [buttons](https://github.com/ggerganov/ggwave/tree/master/examples/buttons) - Record and send commands via [Talking buttons](https://github.com/ggerganov/ggwave/discussions/27)
|
||||||
- **Audio QR codes**
|
- **Audio QR codes**
|
||||||
- [[Twitter]](https://twitter.com/ggerganov/status/1509558482567057417) - Broadcast your clipboard to nearby devices
|
- [[Twitter]](https://twitter.com/ggerganov/status/1509558482567057417) - Broadcast your clipboard to nearby devices
|
||||||
- **Device pairing**
|
- **Device pairing**
|
||||||
@@ -105,6 +105,7 @@ The [examples](https://github.com/ggerganov/ggwave/blob/master/examples/) folder
|
|||||||
| [ggwave-js](https://github.com/ggerganov/ggwave/blob/master/examples/ggwave-js) | Javascript example | Web Audio API |
|
| [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 |
|
| [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 |
|
| [ggweb-spike](https://gitlab.com/commonsguy/ggweb-spike) | Android example using a `WebView` to wrap `ggwave` into a simple app | WebAudio |
|
||||||
|
| [buttons](https://github.com/ggerganov/ggwave/blob/master/examples/buttons) | Record and send commands via Talking buttons | Web Audio API |
|
||||||
| [r2t2](https://github.com/ggerganov/ggwave/blob/master/examples/r2t2) | Transmit data through the PC speaker | PC speaker |
|
| [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-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-java](https://github.com/ggerganov/ggwave-java) | Minimal Java Android app using ggwave | android.media |
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ Here is a list of possible applications of **ggwave** with a few examples:
|
|||||||
- [wave-share](https://github.com/ggerganov/wave-share) - file sharing through sound
|
- [wave-share](https://github.com/ggerganov/wave-share) - file sharing through sound
|
||||||
- **Internet of Things**
|
- **Internet of Things**
|
||||||
- [r2t2](https://github.com/ggerganov/ggwave/tree/master/examples/r2t2) - Transmit data with the PC speaker
|
- [r2t2](https://github.com/ggerganov/ggwave/tree/master/examples/r2t2) - Transmit data with the PC speaker
|
||||||
- Record and send commands via [Talking buttons](https://github.com/ggerganov/ggwave/discussions/27)
|
- [buttons](https://github.com/ggerganov/ggwave/tree/master/examples/buttons) - Record and send commands via [Talking buttons](https://github.com/ggerganov/ggwave/discussions/27)
|
||||||
- **Audio QR codes**
|
- **Audio QR codes**
|
||||||
- [[Twitter]](https://twitter.com/ggerganov/status/1509558482567057417) - Broadcast your clipboard to nearby devices
|
- [[Twitter]](https://twitter.com/ggerganov/status/1509558482567057417) - Broadcast your clipboard to nearby devices
|
||||||
- **Device pairing**
|
- **Device pairing**
|
||||||
@@ -105,6 +105,7 @@ The [examples](https://github.com/ggerganov/ggwave/blob/master/examples/) folder
|
|||||||
| [ggwave-js](https://github.com/ggerganov/ggwave/blob/master/examples/ggwave-js) | Javascript example | Web Audio API |
|
| [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 |
|
| [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 |
|
| [ggweb-spike](https://gitlab.com/commonsguy/ggweb-spike) | Android example using a `WebView` to wrap `ggwave` into a simple app | WebAudio |
|
||||||
|
| [buttons](https://github.com/ggerganov/ggwave/blob/master/examples/buttons) | Record and send commands via Talking buttons | Web Audio API |
|
||||||
| [r2t2](https://github.com/ggerganov/ggwave/blob/master/examples/r2t2) | Transmit data through the PC speaker | PC speaker |
|
| [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-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-java](https://github.com/ggerganov/ggwave-java) | Minimal Java Android app using ggwave | android.media |
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
# buttons
|
# buttons
|
||||||
|
|
||||||
|
Record and send commands via [Talking buttons](https://github.com/ggerganov/ggwave/discussions/27)
|
||||||
|
|
||||||
Live demo: https://buttons.ggerganov.com
|
Live demo: https://buttons.ggerganov.com
|
||||||
|
|||||||
Reference in New Issue
Block a user