Giter Site home page Giter Site logo

docs's Introduction

Pipe

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

diagram

Getting started

The concept is explained in details in this article on Medium.

Find examples in example repository. For better explanations check its godoc.

Implemented packages

Please, note that since pipe is in the active development stage, all packages are in experimental state. One of the main focus points is the stability of all listed and future packages.

  1. pipelined/audio - higher-level to manipulate audio signal. Allows to sample and compose tracks.
  2. pipelined/mixer - mix from to 2 up to N signals with same number of channels and sample rates.
  3. pipelined/mock - mock pipe components to create integration tests.
  4. pipelined/mp3 - read/write mp3 files.
  5. pipelined/pipe - pipe framework.
  6. pipelined/portaudio - play signal via portaudio API.
  7. pipelined/signal - manipulate signal on lower level. Allows to convert float/int with different bit depth.
  8. pipelined/vst2 - process signal with vst2 plugins.
  9. pipelined/wav - read/write wav files.

Dependencies

phono/vst2 and portaudio packages do have external non-go dependencies. To use these packages, please check the documentation:

Contributing

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

docs's People

Contributors

dudk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.