essenbee / synthesizer

On-stream project to build a synthesizer using .NET Core 3, WPF and NAudio
https://www.youtube.com/playlist?list=PLStUQafDNqPPuGzF0b_IFIuiFr1jZA2Pk
MIT License
16 stars 4 forks source link

Implement a Phase Shifter Effect #12

Closed essenbee closed 5 years ago

essenbee commented 5 years ago

A phase shifters gives the impression that the sound of a note is moving away and then coming back in again, like a swirling effect that might be heard if the speaker was rotating. Need to work out the maths, but this should be an effect we can create.

See musicdsp.com

essenbee commented 5 years ago

We will use the algorithm described here, based on the following design: image Planning an eight-stage phaser!

essenbee commented 5 years ago

Added on-stream