Skip to content

CPU usage high when playing MP3 from LittleFS #1006

Answered by pschatzmann
ld21 asked this question in Q&A
Discussion options

You must be logged in to vote

I don't understand why you would need a separate example for this: You would just use a different decoder!
I guess it might be a good idea to use a separate core for the audio decoding of MP3: see here

PCM WAV is much more efficient in the sense that it does not need any decoding, but we can just copy the data as is. If you are looking for an efficient compressed audio format ADPCM would be a perfect choice (e.g. in combination with WAV).

Replies: 2 comments 1 reply

Comment options

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

Answer selected by pschatzmann
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