https://github.com/samccone/noise
:speaker: Recreating the dialup modem in JS
https://github.com/samccone/noise
Last synced: 8 months ago
JSON representation
:speaker: Recreating the dialup modem in JS
- Host: GitHub
- URL: https://github.com/samccone/noise
- Owner: samccone
- Created: 2015-03-25T00:54:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-29T15:22:23.000Z (about 11 years ago)
- Last Synced: 2025-04-12T15:54:40.411Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.78 MB
- Stars: 153
- Watchers: 8
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Noise
#### Experiments with dial up modems in javascript.
View the talk here
[https://www.youtube.com/watch?v=UKa20yPzGbU](https://www.youtube.com/watch?v=UKa20yPzGbU)
View the Deck here
[http://slides.com/samccone/jsconf-us](http://slides.com/samccone/jsconf-us)
-----------

##### Demos
* [Encoding Data to Binary](http://samccone.github.io/noise/component-demos/string-to-binary.html)
* [Encoding Data to Audio](http://samccone.github.io/noise/component-demos/string-to-binary-to-wave.html)
* [Graphing Frequency Intensity](http://samccone.github.io/noise/basic-demo/graph.html)
* [A Working Modem Implementation](http://samccone.github.io/noise/basic-demo/everything.html)
* [Dealing with Signal Noise](http://samccone.github.io/noise/basic-demo/noise.html)
* [Multiplexed Transmissions](http://samccone.github.io/noise/basic-demo/plexed.html)