# SoundpipeAudioKit
**Repository Path**: CHAOOO/SoundpipeAudioKit
## Basic Information
- **Project Name**: SoundpipeAudioKit
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2021-09-28
- **Last Updated**: 2022-02-08
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

# Soundpipe AudioKit
[](https://github.com/AudioKit/SoundpipeAudioKit/actions?query=workflow%3ACI)
[](https://github.com/AudioKit/SoundpipeAudioKit/blob/main/LICENSE)
[](https://github.com/AudioKit/AudioKit/wiki)
[](https://houndci.com)
[](https://twitter.com/AudioKitPro)
This extension to AudioKit has the majority of old versions of AudioKit's DSP including oscillators, physical models, filters, reverbs and more.
## Examples
See the [AudioKit Cookbook](https://github.com/AudioKit/Cookbook/) for examples.
## Installation
Use Swift Package Manager and point to the URL: `https://github.com/AudioKit/SoundpipeAudioKit/`
## Targets
| Name | Description | Language |
|--------------------|-------------------------------------------------------------|---------------|
| SoundpipeAudioKit | API for using Soundpipe-powered Audio Units | Swift |
| CSoundpipeAudioKit | Audio Units for the Soundpipe DSP | Objective-C++ |
| Soundpipe | Low-level DSP for oscillators, physcial models, and effects | C |
## Generators / Instruments
* [Brownian Noise](https://github.com/AudioKit/SoundpipeAudioKit/wiki/BrownianNoise)
* [Drip](https://github.com/AudioKit/SoundpipeAudioKit/wiki/Drip)
* [Dynamic Oscillator](https://github.com/AudioKit/SoundpipeAudioKit/wiki/DynamicOscillator)
* [FM Oscillator](https://github.com/AudioKit/SoundpipeAudioKit/wiki/FMOscillator)
* [Metal Bar](https://github.com/AudioKit/SoundpipeAudioKit/wiki/MetalBar)
* [Morphing Oscillator](https://github.com/AudioKit/SoundpipeAudioKit/wiki/MorphingOscillator)
* [Oscillator](https://github.com/AudioKit/SoundpipeAudioKit/wiki/Oscillator)
* [PWM Oscillator](https://github.com/AudioKit/SoundpipeAudioKit/wiki/PWMOscillator)
* [Phase Distortion Oscillator](https://github.com/AudioKit/SoundpipeAudioKit/wiki/PhaseDistortionOscillator)
* [Phase Locked Vocoder](https://github.com/AudioKit/SoundpipeAudioKit/wiki/PhaseLockedVocoder)
* [Pink Noise](https://github.com/AudioKit/SoundpipeAudioKit/wiki/PinkNoise)
* [Plucked String](https://github.com/AudioKit/SoundpipeAudioKit/wiki/PluckedString)
* [White Noise](https://github.com/AudioKit/SoundpipeAudioKit/wiki/WhiteNoise)
* [Vocal Tract](https://github.com/AudioKit/SoundpipeAudioKit/wiki/VocalTract)
## Effects / Filters
* [Amplitude Envelope](https://github.com/AudioKit/SoundpipeAudioKit/wiki/AmplitudeEnvelope)
* [Auto Panner](https://github.com/AudioKit/SoundpipeAudioKit/wiki/AutoPanner)
* [Auto Wah](https://github.com/AudioKit/SoundpipeAudioKit/wiki/AutoWah)
* [Balancer](https://github.com/AudioKit/SoundpipeAudioKit/wiki/Balancer)
* [Band Pass Butterworth Filter](https://github.com/AudioKit/SoundpipeAudioKit/wiki/BandPassButterworthFilter)
* [Band Reject Butterworth Filter](https://github.com/AudioKit/SoundpipeAudioKit/wiki/BandRejectButterworthFilter)
* [Bit Crusher](https://github.com/AudioKit/SoundpipeAudioKit/wiki/BitCrusher)
* [Chowning Reverb](https://github.com/AudioKit/SoundpipeAudioKit/wiki/ChowningReverb)
* [Clipper](https://github.com/AudioKit/SoundpipeAudioKit/wiki/Clipper)
* [CombFilter Reverb](https://github.com/AudioKit/SoundpipeAudioKit/wiki/CombFilterReverb)
* [Convolution](https://github.com/AudioKit/SoundpipeAudioKit/wiki/Convolution)
* [Costello Reverb](https://github.com/AudioKit/SoundpipeAudioKit/wiki/CostelloReverb)
* [DC Block](https://github.com/AudioKit/SoundpipeAudioKit/wiki/DCBlock)
* [Dynamic Range Compressor](https://github.com/AudioKit/SoundpipeAudioKit/wiki/DynamicRangeCompressor)
* [Equalizer Filter](https://github.com/AudioKit/SoundpipeAudioKit/wiki/EqualizerFilter)
* [Flat Frequency ResponseReverb](https://github.com/AudioKit/SoundpipeAudioKit/wiki/FlatFrequencyResponseReverb)
* [Formant Filter](https://github.com/AudioKit/SoundpipeAudioKit/wiki/FormantFilter)
* [High Pass Butterworth Filter](https://github.com/AudioKit/SoundpipeAudioKit/wiki/HighPassButterworthFilter)
* [High Shelf Parametric Equalizer Filter](https://github.com/AudioKit/SoundpipeAudioKit/wiki/HighShelfParametricEqualizerFilter)
* [Korg Low Pass Filter](https://github.com/AudioKit/SoundpipeAudioKit/wiki/KorgLowPassFilter)
* [Low Pass Butterworth Filter](https://github.com/AudioKit/SoundpipeAudioKit/wiki/LowPassButterworthFilter)
* [Low Shelf Parametric Equalizer Filter](https://github.com/AudioKit/SoundpipeAudioKit/wiki/LowShelfParametricEqualizerFilter)
* [Modal Resonance Filter](https://github.com/AudioKit/SoundpipeAudioKit/wiki/ModalResonanceFilter)
* [Moog Ladder](https://github.com/AudioKit/SoundpipeAudioKit/wiki/MoogLadder)
* [Panner](https://github.com/AudioKit/SoundpipeAudioKit/wiki/Panner)
* [Peaking Parametric Equalizer Filter](https://github.com/AudioKit/SoundpipeAudioKit/wiki/PeakingParametricEqualizerFilter)
* [Phaser](https://github.com/AudioKit/SoundpipeAudioKit/wiki/Phaser)
* [Pitch Shifter](https://github.com/AudioKit/SoundpipeAudioKit/wiki/PitchShifter)
* [Resonant Filter](https://github.com/AudioKit/SoundpipeAudioKit/wiki/ResonantFilter)
* [Roland TB303 Filter](https://github.com/AudioKit/SoundpipeAudioKit/wiki/RolandTB303Filter)
* [String Resonator](https://github.com/AudioKit/SoundpipeAudioKit/wiki/StringResonator)
* [Tanh Distortion](https://github.com/AudioKit/SoundpipeAudioKit/wiki/TanhDistortion)
* [Three Pole Lowpass Filter](https://github.com/AudioKit/SoundpipeAudioKit/wiki/ThreePoleLowpassFilter)
* [Tone Complement Filter](https://github.com/AudioKit/SoundpipeAudioKit/wiki/ToneComplementFilter)
* [Tone Filter](https://github.com/AudioKit/SoundpipeAudioKit/wiki/ToneFilter)
* [Tremolo](https://github.com/AudioKit/SoundpipeAudioKit/wiki/Tremolo)
* [Variable Delay](https://github.com/AudioKit/SoundpipeAudioKit/wiki/VariableDelay)
* [Zita Reverb](https://github.com/AudioKit/SoundpipeAudioKit/wiki/ZitaReverb)