espressif / esp-dsp

DSP library for ESP-IDF
Apache License 2.0
474 stars 88 forks source link

Resampler in esp-dsp, feature request (DSP-90) #52

Open AristarchosOfSamos opened 2 years ago

AristarchosOfSamos commented 2 years ago

Hi, There are many occasions where a resampler is needed without having the complete esp-adf framework. Specially since esp-adf is relying in many tweaks and specific versions or git checkouts that makes it almost impossible to properly use it or even try to follow its own intricacies. All these make it a really difficult environment to use. A very handy function that everybody in DSP needs is the resampler but unfortunately it is inside esp-adf..

In my view, resampler belongs better in the esp-dsp, whereas almost all such DSP libraries got a resample function as this is the norm. Please consider to add it in the esp-dsp since the esp-dsp can be actually used with almost all esp-idf versions, even the master/development.

dmitry1945 commented 2 years ago

@AristarchosOfSamos,

Thank you for the feedback. We will add resampler to esp-dsp. I'm not promise the exact day, but I hope, it will be this year.

Regards, Dmitry