Closed christianhwa closed 5 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!
It sounds like you're having trouble using/linking your code with speexdsp, but that's not a bug in speexdsp itself. Closing.
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!