Skip to content

Audio convolution algorithm in C++ for real time audio processing

License

Notifications You must be signed in to change notification settings

HiFi-LoFi/FFTConvolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f2cdeb0 · Mar 31, 2017

History

14 Commits
Mar 23, 2017
Nov 19, 2012
Mar 23, 2017
Mar 23, 2017
Mar 23, 2017
Mar 23, 2017
Mar 23, 2017
Mar 31, 2017
Mar 23, 2017
Mar 23, 2017
Mar 23, 2017
Mar 23, 2017

Repository files navigation

FFTConvolver

FFTConvolver is a C++ library for highly efficient convolution of audio data (e.g. for usage in real-time convolution reverbs etc.).

  • Partitioned convolution algorithm (using uniform block sizes)
  • Optional support for non-uniform block sizes (TwoStageFFTConvolver)
  • No external dependencies (FFT already included)
  • Optional optimization for SSE (enabled by defining FFTCONVOLVER_USE_SSE)

About

Audio convolution algorithm in C++ for real time audio processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages