HTML5.MicIO icon indicating copy to clipboard operation
HTML5.MicIO copied to clipboard

WORK IN PROGRESS: HTML5 powered Hardware Communication Bus using a microphone and headphone port.

Results 3 HTML5.MicIO issues
Sort by recently updated
recently updated
newest added

I'm happy to see this, I think adding this kind of functionality to JavaScript is important. When I first saw the project, I thought of the HiJack (http://web.eecs.umich.edu/~prabal/projects/hijack/) project which...

I stumbled on this project through a :star: from @zeMirco... I'm curious if it is possible to port http://www.whence.com/minimodem/ (http://github.com/kamalmostafa/minimodem) from C to JavaScript (or some subset of functionality) to...

Hi, setInterval is usually pretty poor for timing things. You should get better performance by using requestAnimationFrame(). This will run at a maximum of 60fps, depending on how "busy" the...