[LAD] fftw_complex and C++11

Fons Adriaensen fons at linuxaudio.org
Sun Jan 4 22:43:36 UTC 2015


On Sun, Jan 04, 2015 at 10:16:05PM +0000, Aurélien Leblond wrote:
 
> But I still have this problem with complex numbers, the c++11 and porting
> the vocoder from Alsa Modular Synth.

FFTW is a *C* library. The complex type it uses is either its own
(and array of two floats or doubles), or the C99 one if you include
the right header. C++11 doesn't accept either. 

Ciao,

-- 
FA

A world of exhaustive, reliable metadata would be an utopia.
It's also a pipe-dream, founded on self-delusion, nerd hubris
and hysterically inflated market opportunities. (Cory Doctorow)



More information about the Linux-audio-dev mailing list