Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the header file "spuce/complex.h" is missing. #2

Open
IkerMesa opened this issue Nov 18, 2016 · 5 comments
Open

the header file "spuce/complex.h" is missing. #2

IkerMesa opened this issue Nov 18, 2016 · 5 comments

Comments

@IkerMesa
Copy link

When compiling create_remez_fir.cpp or iir_allpass_variable_cascade.cpp
There is no such a file.

@audiofilter
Copy link
Owner

Replace
#include "spuce/complex.h" with
#include
hopefully will do the trick

@IkerMesa
Copy link
Author

Hi,

You didn't finish you comment :-(
include what?

@audiofilter
Copy link
Owner

It was github formatting!

#include "complex" (replace " with angled brackets)

@IkerMesa
Copy link
Author

Thank you but there are many headers that are missing.
Concretely, in : "iir_allpass_variable_cascade.h"
spuce/dsp_functions/math.h <-- i have changed it for math.h directly
spuce/fixed/round.h <-- I can't find it.
spuce/circ_buffer.h <--- This one is in spuce/dsp_classes

@audiofilter
Copy link
Owner

Sorry, things were re-arranged and only things that build with Cmake have been verified to have integrity, so there are some other files that are incomplete. I haven't had time to be able to complete those incomplete issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants