Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anorth/soundbyte
Peer-to-peer data transfer with high-frequency audio
https://github.com/anorth/soundbyte
Last synced: 17 days ago
JSON representation
Peer-to-peer data transfer with high-frequency audio
- Host: GitHub
- URL: https://github.com/anorth/soundbyte
- Owner: anorth
- Created: 2012-10-09T13:07:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-20T13:23:04.000Z (about 11 years ago)
- Last Synced: 2024-10-07T17:34:02.281Z (about 1 month ago)
- Language: C
- Homepage:
- Size: 2.32 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
scom
====
Example usage:In one terminal, run
`cat gen.py | python run.py -s`.In another terminal, run
`python run.py -l`. Turn on your speakers :PUsing AudioServer
================
AudioServer listens for TCP connections on a port (default 16000) then pipes raw mic data
to a connected client.Run the app on your phone, then
`adb forward tcp:16000 tcp:16000`
` nc localhost 16000 | ./run.py -l -s`Setup
=====Install http://hathawaymix.org/Software/ReedSolomon/
And other stuff