All Projects → pipelined → Pipe

pipelined / Pipe

Licence: mit
DSP pipeline

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Pipe

Cross Adaptive Audio
Evolving Artificial Neural Networks for Cross-Adaptive Audio Effects
Stars: ✭ 82 (-5.75%)
Mutual labels:  audio, dsp
Awesome Musicdsp
A curated list of my favourite music DSP and audio programming resources
Stars: ✭ 871 (+901.15%)
Mutual labels:  audio, dsp
Roc Toolkit
Real-time audio streaming over the network.
Stars: ✭ 673 (+673.56%)
Mutual labels:  audio, dsp
Librosa
Python library for audio and music analysis
Stars: ✭ 4,901 (+5533.33%)
Mutual labels:  audio, dsp
Ebur128
Implementation of the EBU R128 loudness standard
Stars: ✭ 43 (-50.57%)
Mutual labels:  audio, dsp
Q
C++ Library for Audio Digital Signal Processing
Stars: ✭ 481 (+452.87%)
Mutual labels:  audio, dsp
Pyo
Python DSP module
Stars: ✭ 904 (+939.08%)
Mutual labels:  audio, dsp
Dx7 Supercollider
My accurate Yamaha DX-7 clone. Programmed in Supercollider.
Stars: ✭ 395 (+354.02%)
Mutual labels:  audio, dsp
Vst2
Bindings for vst2 sdk
Stars: ✭ 39 (-55.17%)
Mutual labels:  audio, dsp
Kfr
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
Stars: ✭ 985 (+1032.18%)
Mutual labels:  audio, dsp
Audiomentations
A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.
Stars: ✭ 439 (+404.6%)
Mutual labels:  audio, dsp
Fundsp
Audio DSP library featuring an inline graph notation for audio processing
Stars: ✭ 45 (-48.28%)
Mutual labels:  audio, dsp
Audiogridder
DSP servers using general purpose networks and computers - https://audiogridder.com
Stars: ✭ 423 (+386.21%)
Mutual labels:  audio, dsp
Hifiberry Os
Linux distribution optimized for audio playback
Stars: ✭ 487 (+459.77%)
Mutual labels:  audio, dsp
Matchering
🎚️ Open Source Audio Matching and Mastering
Stars: ✭ 398 (+357.47%)
Mutual labels:  audio, dsp
Foo uie dsp switcher
A dropdown combobox for changing DSP presets quickly. For foobar2000 0.9+
Stars: ✭ 5 (-94.25%)
Mutual labels:  audio, dsp
Sporth
A small stack-based audio language.
Stars: ✭ 325 (+273.56%)
Mutual labels:  audio, dsp
Spectro
🎶 Real-time audio spectrogram generator for the web
Stars: ✭ 383 (+340.23%)
Mutual labels:  audio, dsp
Guitard
Node based multi effects audio processor
Stars: ✭ 31 (-64.37%)
Mutual labels:  audio, dsp
Baseplug
MVC audio plugin framework for rust
Stars: ✭ 44 (-49.43%)
Mutual labels:  audio, dsp

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].