Page 1 of 1

Resampling library documentation

Posted: Wed Jan 08, 2020 10:39 am
by pad_52
Hello everybody,

Is it possible to have some documentation for the resampling library?
I am using the normal esp-idf framework and really do not need all the esp-adf layer - only the resampling library.
I successfull linked in in my esp-idf project but I cannot find any documents about the usage.
Any advice will be appreciated,

Best

Re: Resampling library documentation

Posted: Mon Jan 20, 2020 11:08 am
by jason.mao
Hi pad_52,

Please refer to

Code: Select all

components/esp-adf-libs/esp_codec/filter_resample.c
.

Thanks.