opened-captions icon indicating copy to clipboard operation
opened-captions copied to clipboard

A SocketIO API for live TV closed captions

Results 3 opened-captions issues
Sort by recently updated
recently updated
newest added

There are a slew of use cases around taking in caption streams and systemically modifying them -- for instance, to split into sentences, to fix typos, to change language, to...

Right now Opened Captions essentially functions as a proxy for a caption stream. It listens to a stream, and broadcasts that stream so that a socket-io client can connect and...

I suppose a lot changes in two years. I would like: - The code base to be written in ES6 / linted / etc. [This seems like a reasonable guide](http://jamesknelson.com/writing-npm-packages-with-es6-using-the-babel-6-cli/)...