cancel
Showing results for 
Search instead for 
Did you mean: 

Helix Mp3 Decoder

kjepsen9
Associate II
Posted on February 05, 2009 at 17:47

Helix Mp3 Decoder

5 REPLIES 5
kjepsen9
Associate II
Posted on May 17, 2011 at 13:00

Hello,

Have anyone ported this code to STM32 Keil compiler(Not GCC):

https://datatype.helixcommunity.org/Mp3dec

Kasper

kjepsen9
Associate II
Posted on May 17, 2011 at 13:00

Hello,

Just for your information, it can work on STM32F103ZE on the STM3210E-Eval board.

I have now realtime read mp3 from SD card and decode to PCM data and used the codec to play the music.

I think this, in my integration now uses arround 90-95% of the CPU time.

I think the most time is used in the irq on SPI to the codec.

Kasper

janek
Associate II
brendan
Associate
Posted on May 17, 2011 at 13:00

Another port of the Helix code to an ARM based microcontroller:

http://www.mikrocontroller.net/articles/ARM_MP3/AAC_Player

ankitamadan
Associate II
Posted on May 17, 2011 at 13:00

Hello all,

While using Helix MP3 Library, I am receving errors like invalid frame. The frame acrording to me seem to be ok, with all the frames having exactly same frame headers. Any help would be highly appreciated.

Thanks

Regards,

Ankita