Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samccone/noise

:speaker: Recreating the dialup modem in JS
https://github.com/samccone/noise

Last synced: 5 days ago
JSON representation

:speaker: Recreating the dialup modem in JS

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)

-----------

![](https://s3.amazonaws.com/media-p.slid.es/uploads/305782/images/1300227/modem.png)

##### 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)