mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
b7dfc4313c
new file: projects/github.com/xiph/speexdsp/test.c
10 lines
237 B
C
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;
|
|
} |