2011/8/15 Christian Sch?ldt <christian.schuldt at limesaudio.com>: > ?02:00:32.985???? resample.c? resample created: high qualiy, large filter, > in/out rate=8000/44100 > ?02:00:32.985???? resample.c? resample created: high qualiy, large filter, > in/out rate=44100/8000 > > even though I have > > #undef PJMEDIA_RESAMPLE_IMP > #define PJMEDIA_RESAMPLE_IMP??????? PJMEDIA_RESAMPLE_LIBRESAMPLE > #define PJMEDIA_WSOLA_IMP?????????? PJMEDIA_WSOLA_IMP_WSOLA_LITE > > #define PJSUA_DEFAULT_CODEC_QUALITY? 3 > > in my config_site.h file and use the "--disable-large-filter" flag when > running aconfigure. I guess I am missing something? > The compile time option to configure resample has been deprecated (sorry for that), and I think you should see that warning when you build the library. The run-time option when creating the resample port or conference bridge should be used instead. If you use PJSUA-LIB, this is controlled by pjsua_media_config.quality setting, which default value is PJSUA_DEFAULT_CODEC_QUALITY indeed. But again, this only applies if you use PJSUA-LIB. If you use pjmedia directly, use the options when creating the conference bridge or the resample port. Benny