Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neiltron/chorp
WIP. Transfer data between devices via webaudio. There are many like it but this one is mine.
https://github.com/neiltron/chorp
Last synced: 14 days ago
JSON representation
WIP. Transfer data between devices via webaudio. There are many like it but this one is mine.
- Host: GitHub
- URL: https://github.com/neiltron/chorp
- Owner: neiltron
- Created: 2023-11-12T20:34:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-26T05:07:42.000Z (7 months ago)
- Last Synced: 2024-10-10T21:43:14.280Z (about 1 month ago)
- Language: Vue
- Size: 157 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chorp
Demo library that performs data transfer via webaudio. This is similar to (my understanding of) the way a dial-up modem works. One side encodes ASCII to audio frequencies and plays those frequencies over speakers. The other side receives those frequencies via microphone and decodes back to ASCII.
Possible blog post coming if it works out okay.