• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# FFT Library
2
3The gstfft library is based on
4[kissfft](http://sourceforge.net/projects/kissfft) by Mark Borgerding.
5
6This library should be linked to by getting cflags and libs from
7`gstreamer-plugins-base-{{ gst_api_version.md }}.pc` and adding
8`-lgstfft-{{ gst_api_version.md }}` to the library flags.
9