Skip to content

Commit 4c0a910

Browse files
committed
Updated README
1 parent a14f598 commit 4c0a910

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<div align=center>
2+
<img src="https://github.com/AudioKit/Cookbook/raw/main/Cookbook/Cookbook/Assets.xcassets/audiokit-icon.imageset/audiokit-icon.png" width="20%"/>
3+
14
# Soundpipe AudioKit
25

36
[![Build Status](https://github.com/AudioKit/SoundpipeAudioKit/workflows/CI/badge.svg)](https://github.com/AudioKit/SoundpipeAudioKit/actions?query=workflow%3ACI)
@@ -6,6 +9,8 @@
69
[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)
710
[![Twitter Follow](https://img.shields.io/twitter/follow/AudioKitPro.svg?style=social)](https://twitter.com/AudioKitPro)
811

12+
</div>
13+
914
This extension to AudioKit has the majority of old versions of AudioKit's DSP including oscillators, physical models, filters, reverbs and more.
1015

1116
## Examples
@@ -14,7 +19,7 @@ See the [AudioKit Cookbook](https://github.com/AudioKit/Cookbook/) for examples.
1419

1520
## Installation
1621

17-
Use Swift Package Manageer and point to the URL: Github URL: `https://github.com/AudioKit/SoundpipeAudioKit/`
22+
Use Swift Package Manageer and point to the URL: `https://github.com/AudioKit/SoundpipeAudioKit/`
1823

1924
## Targets
2025

Sources/SoundpipeAudioKit/Effects/Convolution.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import CSoundpipeAudioKit
77

88
/// This module will perform partitioned convolution on an input signal using an
99
/// ftable as an impulse response.
10-
/// TOOD: This node needs to be tested
1110
///
1211
public class Convolution: Node {
1312

0 commit comments

Comments
 (0)