Page 1 of 1
MP3 Decoder Component
Posted: Wed Sep 18, 2024 11:33 am
by Nico595
Hello,
I will design MP3 decoder component for FC10.
I find this files for ARM with a project developed on AT91SAM7S board.
I think we can use this code to design the MP3 decoder now rights free.
Ideas and advices are welcome.
Re: MP3 Decoder Component
Posted: Wed Sep 18, 2024 6:24 pm
by BenR
Hello,
The Dfplayer module is fairly low cost and supported by flowcode. Uncompressed mp3 on the fly in a micro is a fairly processor heavy task.
Re: MP3 Decoder Component
Posted: Thu Sep 19, 2024 11:18 am
by Nico595
Hello Ben,
Problem with the dfplayer is we can't work on the PCM data. My WAV player use a customised DSP and like some audio player designer we have need a direct access to PCM data, MP3 data after decoding to work on the audio data.
I think many STM32 can decode mp3 without problem. On my hardware, the SDCard slot is already used by the UC to save data files. The best solution for me is decode the audio file by the UC.
Re: MP3 Decoder Component
Posted: Thu Sep 19, 2024 11:36 am
by mnfisher
It would be an interesting project.
The esp32, ARM and PIC32s should have enough horsepower / memory to handle it.
The source is in C - so it should be possible to include 'as-is' (or nearly) and add an interface for Flowcode...
Martin