pantry/projects/github.com/xiph/speexdsp/test.c

10 lines
237 B
C
Raw Normal View History

#include <speex/speex_echo.h>
#include <speex/speex_jitter.h>
#include <speex/speex_preprocess.h>
#include <speex/speex_resampler.h>
#include <speex/speexdsp_config_types.h>
#include <speex/speexdsp_types.h>
int main() {
return 0;
}