Skip to content

Speechrezz/FrequencyShifter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frequency Shifter

Basic frequency shifter implementation using Signalsmith's IIR Hilbert Filter and JUCE.

TODO

  • Further filter the signal to mitigate aliasing.
  • Try reducing latency by reducing the order of the Hilbert IIR filter.
    • Currently has ~35 samples of latency @ 44.1kHz.
  • SIMD implementation.

License

MIT License.