Skip to content

pipelined/pipe

Folders and files

NameName
Last commit message
Last commit date
Jan 1, 2021
May 15, 2021
Feb 6, 2021
May 19, 2021
Feb 20, 2019
Sep 24, 2018
Jul 16, 2018
Jan 1, 2021
Mar 1, 2021
Feb 18, 2021
Feb 20, 2021
Feb 20, 2021
May 19, 2021
May 9, 2021
May 20, 2021
May 21, 2021
Feb 28, 2019
May 18, 2021
May 21, 2021

Repository files navigation

PkgGoDev Test Go Report Card codecov

pipe is a framework for floating point signal processing. It utilizes pipeline pattern to build fast, asynchronomous and easy-to-extend pipes for sound processing. Each pipe consists of one Source, zero or multiple Processors and one or more Sinks. Phono also offers a friendly API for new pipe components implementations.

diagram

Getting started

Find examples in example repository.

Contributing

For a complete guide to contributing to pipe, see the Contribution guide