Skip to content

Commit e18ca72

Browse files
committed
Updated readme file
1 parent a5c15e9 commit e18ca72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Summary
2-
This repository is a collection of audio effects plugins implemented from the explanations in the book *"Audio Effects: Theory, Implementation and Application"* by Joshua D. Reiss and Andrew P. McPherson.
2+
This repository is a collection of audio effects plugins implemented from the explanations in the book *"Audio Effects: Theory, Implementation and Application"* by Joshua D. Reiss and Andrew P. McPherson, and takes as example the code provided with the book which has contributions and implementations by Brecht De Man, and others.
33

44
The audio effects implemented are:
55

@@ -9,7 +9,7 @@ The audio effects implemented are:
99
- [**Delay**](Delay) implements a basic delay with feedback and mix controls using a circular delay line. It uses simple linear interpolation to achieve fractional delay times.
1010
![Delay](Screenshots/Delay.png)
1111

12-
- [**Vibrato**](Vibrato) uses a Low Frequency Oscilator (LFO) to modulate the delay of the input signal to simulate periodic variations of pitch. Various types of sample interpolation are introduced in this plugin.
12+
- [**Vibrato**](Vibrato) uses a Low Frequency Oscilator (LFO) to modulate the delay of the input signal and simulate periodic variations of pitch. Various types of sample interpolation are introduced in this plugin.
1313
![Vibrato](Screenshots/Vibrato.png)
1414

1515
- [**Flanger**](Flanger) simulates a delay-based audio effect where a copy of the input signal is delayed with a variable delay time, and mixed with the original sound, thus producing the characteristic "swooshing" sound of this classic audio effect.
@@ -55,7 +55,7 @@ The audio effects implemented are:
5555
![Panning](Screenshots/Panning.png)
5656

5757
# Clone and build
58-
These plugins are implemented using [JUCE](https://juce.com/), which provides a framework for building audio plugins for various platforms (Windows and macOS), and in multiple formats (VST, AU, RTAS, and AAX). You can run the following commands in the terminal to clone this repository and to checkout the version of JUCE that was used to build all the projects:
58+
These plugins are implemented using [JUCE](https://juce.com/), which provides a framework for building audio plugins for various platforms (Windows and macOS), and in multiple formats (VST, AU, RTAS, and AAX), as well as standalone applications. You can run the following commands in the terminal to clone this repository and to checkout the version of JUCE that was used to build all the projects:
5959
```
6060
git clone https://github.com/juandagilc/Audio-Effects.git
6161
cd Audio-Effects/

0 commit comments

Comments
 (0)