Skip to content

LV2 Plugin that introduces random noise into the phase of an audio signal

Notifications You must be signed in to change notification settings

moltenot/lv2-widener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LV2 Widener Plugin

The purpose of this plugin is to make the sound appear to be 'wider' than it actually is. This is achieved by adding random noise to the phase of the signal.

To install type

make install

Which will compile the cpp file, and bundle everything into ~/.lv2/widener.lv2

How it works

The steps used in the plugin are to:

  1. take a forward fft on N samples
  2. change the phase of each frequency bin based on how much variation you want
  3. convert the frequency bins back into a signal

About

LV2 Plugin that introduces random noise into the phase of an audio signal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published