pantry/projects/github.com/xiph/speexdsp/test.c
Andrew b7dfc4313c
new file: projects/github.com/xiph/speexdsp/package.yml (#3590)
new file:   projects/github.com/xiph/speexdsp/test.c
2023-10-09 16:49:22 -04:00

10 lines
237 B
C

#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;
}