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

https://github.com/numblr/channel

Signal processing channels
https://github.com/numblr/channel

Last synced: over 1 year ago
JSON representation

Signal processing channels

Awesome Lists containing this project

README

          

channel
=======

Signal processing channels based on generators.

This repository provides generator functions that create initalized generators for input processing. Processing is done by sending the input to a generator using its send method.

Implementations for several input formats, like strings, numbers and arrays, are provided.

In addition, the possibility to connect channels to a network, which in turn is a channel itself, is provided.