Matt Tytel

Results 54 comments of Matt Tytel

Yea. Sorry for the late response. I'll have to look into this after the JACK issues i'm fixing atm.

Hmm.. Are you installing from github source or from the source tar ball?

Looks like you need to install gettext to get the libintl.h header files. At one point I did have gettext installed and it still couldn't find that header file on...

Any luck with that libintl.h header file?

Well, since this is a common problem on OSX so I put that include (-I/usr/local/opt/gettext/include) in the Makefile.am. I'm going to send out a new release today, but here it...

Think there's some other NEON flag in poly_values.h or something.

I'd really like to see Vital running on a Raspberry Pi if anyone can run it.

Hmm do you know if it's using the fallback FFT in the build? KissFFT (the fallback) is really slow so if it's not hooking into FFTW then it's going to...

Yeah I really need to replace FFTW. There's a FourierTransform wrapper that chooses libraries in src/common/fourier_transform.h. Probably wouldn't be hard to extend it to another lib. I've got my hands...

Also, I think there are some 32 bit runtime problems, probably to do with memory alignment. I don't really want to spend time fixing them because 32 bit setups are...