Re: ESP32-Lyra Smart Audio
Posted: Thu Mar 30, 2017 7:23 am
Hi
Just a small update from here - I did some DSP/biquads on the audio stream and got some experience on how far it can be pushed.
1. Float math very easy to work with and only low overhead compared to fixed point math
2. IDF rev 2.0 rc update gave 50 % better performance on my float DSP/biquad implementation
3. Still has not succeed to use fixed point multiply accumulated optimized instructions
Still have not got any update on missing APLL. It is very much needed as audio SNR due to I2S_BSCK jitter is not good.
Regards Jørgen
Just a small update from here - I did some DSP/biquads on the audio stream and got some experience on how far it can be pushed.
1. Float math very easy to work with and only low overhead compared to fixed point math
2. IDF rev 2.0 rc update gave 50 % better performance on my float DSP/biquad implementation
3. Still has not succeed to use fixed point multiply accumulated optimized instructions
Still have not got any update on missing APLL. It is very much needed as audio SNR due to I2S_BSCK jitter is not good.
Regards Jørgen


