mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
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;
|
||
|
}
|