https://github.com/memo/of-audiooverserial
old school serial comms over audio (i.e. encode text or any binary data).
https://github.com/memo/of-audiooverserial
Last synced: over 1 year ago
JSON representation
old school serial comms over audio (i.e. encode text or any binary data).
- Host: GitHub
- URL: https://github.com/memo/of-audiooverserial
- Owner: memo
- Created: 2011-05-12T15:23:24.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-05-12T16:00:22.000Z (about 15 years ago)
- Last Synced: 2025-03-02T17:09:49.239Z (over 1 year ago)
- Language: C++
- Homepage: www.memo.tv
- Size: 2.3 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
openFrameworks (007) source code for old school serial communication over audio. i.e. encode text or any binary data into a stereo audio signal.
Demo video coming soon.
Written for and used on imogen heaps twitter dress for the 2010 Grammy awards.
http://msavisuals.com/imogen_heap_twitdress_for_grammys_2010
Left channel carries the data encoded as binary. Right channel is the clock (i.e. every time the right channel crosses zero, indicates a new bit of information on the left channel).
Works on desktop and iphone (and perhaps android, but not tested).