xiph / speexdsp

Speex audio processing library - THIS IS A MIRROR, DEVELOPMENT HAPPENS AT https://gitlab.xiph.org/xiph/speexdsp
https://speex.org
Other
490 stars 191 forks source link

clang: error: linker command failed with exit code 1 #19

Closed christianhwa closed 5 years ago

christianhwa commented 6 years ago

When it gets to this line: st = speex_preprocess_state_init(frame_size, 16000); I get the error message ld: symbol(s) not found for architecture x86_64. Any way for me to resolve this? Thanks!

tmatth commented 5 years ago

It sounds like you're having trouble using/linking your code with speexdsp, but that's not a bug in speexdsp itself. Closing.