Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.