Skip to content

Can we use 24bit/192? #367

Answered by pschatzmann
Javimetal asked this question in Q&A
Sep 20, 2022 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

I don't really have any experience with this: With I2S, I am usually using 16.bits and never go over 44100hz.
But up to 32 bits are supported and if you use Google you can find that the maximum stable sample frequency appears to be 1.3 MHz.

I would expect that you might run into calculation perfmance issues at that speed: Int16 operations are fast but int32 and floating point operations get much slower!

The ESP32 might be on par (or slightly faster) with an STM32F4 (e.g.Black Pill).
I am wondering how it compares with a STM32F7...

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Javimetal
Comment options

Answer selected by pschatzmann
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants