Page 4 of 4
Re: DSP FIR filter component coefficients
Posted: Wed Jan 20, 2021 2:57 pm
by Oscar_T
Hi Ben
Do you have any news?
Re: DSP FIR filter component coefficients
Posted: Tue Feb 02, 2021 1:20 pm
by Oscar_T
Hi Ben
Were you able to take a look at the code?
Regards
Re: DSP FIR filter component coefficients
Posted: Tue Feb 02, 2021 1:24 pm
by BenR
Hello,
Sorry it's on the list, I looked at the example code you sent and it looks like they have done a lot of the DMA work themselves so maybe it's not as simple as the Espressif library makes out at the moment. I'll hopefully get back on with it soon but in the mean time if you fancy having a play then the C code for the I2S CAL can be found here.
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\ESP\ESP_CAL_I2S.c
Let me know if you have a go

Re: DSP FIR filter component coefficients
Posted: Tue Feb 02, 2021 2:30 pm
by Oscar_T
Hi Ben
I think dma management can solve the problems but managing them correctly isn't easy .I will continue to investigate a bit and do some experiments.
Maybe I can find some code with comments that can actually understand how to properly handle i2s
Regards
Re: DSP FIR filter component coefficients
Posted: Wed Feb 03, 2021 7:46 am
by Oscar_T
Hi Ben
On the website of espressif is present "Espressif Audio Development Framework" whose examples are much more complete.
In addition, there are many examples
https://github.com/espressif/esp-adf/tr ... e_passthru
I don't know, given the framework dedicated exclusively to audio if this can be integrated or not. But if you think it's a good way I couldgrab a couple of ESP32-LyraT Development Boards and send you one if that helps
Re: DSP FIR filter component coefficients
Posted: Tue Jun 29, 2021 4:32 pm
by Oscar_T
Hi Ben
I saw an update regarding i2s, have you made any progress?
Kind Regards
Re: DSP FIR filter component coefficients
Posted: Tue Jun 29, 2021 6:03 pm
by BenR
Hello,
I have been playing with i2s and have got output streaming working great. Trying to wrangle input streaming now but it's proving tricky. I'll keep at it and hopefully have it sorted this week with some easy to follow examples.
Re: DSP FIR filter component coefficients
Posted: Fri Jul 02, 2021 9:13 am
by Oscar_T
Hello Ben
Glad it works!!!
Can you drop a quick example?
Re: DSP FIR filter component coefficients
Posted: Fri Jul 02, 2021 10:30 am
by BenR
Here you go