Giter VIP home page Giter VIP logo

audiofft's People

Contributors

hifi-lofi avatar nicroto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

audiofft's Issues

memory leak possible?

virtual ~FFTW3FFT()
{
  init(0);   <= It seems that 'fftw' resources will not be freed in such destructor.
}

Because in 'init' function deallocation will be done only if 'init' parameter is greater than zero.

Small documentation issue

Hi there,

In your README in your example code, when you initialise your real and imaginary arrays you write:

  std::vector<float> re(fftaudio::AudioFFT::ComplexSize(fftSize)); 
  std::vector<float> im(fftaudio::AudioFFT::ComplexSize(fftSize)); 

but your namespace is called 'audiofft'.

A tiny thing, but it would save others a few mins to fix it, hard to spot! :)

Great library BTW!

Thanks!

Adam

Dimensions of DFT's for Intel IPP...

Hi,

First of all - thanks for making the AudioFFT under the MIT license.

I am trying to add support for Intel IPP.

My issue is:

  • I can't find anywhere in the documentation of the IPP, what is the size of the DFT produced by their algorithms.

As much as I can see, it is the same size as the input, which means it preserves the conjugate symmetries above the N/2 + 1 mark. There are functions that would compute the DFT with "packing" to what seems to be N/2 + 1 length, but they don't produce complex results... and this confuses me...

Any chance you have used the IPP?

Cheers!

DFT of arbitrary size of input signal

I had a question...while calculating fft of input samples, does this code takes arbitrary size of input and calculate say 4096-fft, because apparently it calculates only if the no. of input samples is same as the fftsize? Please help..

2*pi

Hi.

Nice job with the library. I assume the fft goes until 2pi?

Thank you.
Marcos

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.