CliffsDover / mp3_shine_esp32

Shine MP3 encoder for ESP32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mp3_shine_esp32

Shine MP3 encoder for ESP32 - Last updated FEB 2019 - Compatibility with current IDF unknown!!

This is a 'port' of the old Shine MP3 encoder originally written for ARM or MIPS arch devices, quite a long time ago.

Memory allocation has been optimised for the ESP32 Some asm has been added to boost performance in the ESP32 arch

The are leftovers of the beginings of a dual core implementation but this was not required in the end, the code has not been cleaned up.

You should init the encoder ASAP in your code as the encoder needs large contiguous chunks of RAM.

A sample FreeRTOS task has been included as a guide. Change it to suit your own needs.

For full 48000Hz Joint Stereo performance on one core your will need to compile with the -Os optimisation option.

I will try to get an HTTP MP3 streaming demo up at some stage, but I'm currently working 80 hour weeks so don't hold your breath.

Any questions feel free to ask.

Cheers! -fkn

About

Shine MP3 encoder for ESP32

License:GNU General Public License v3.0


Languages

Language:C 95.5%Language:C++ 4.1%Language:Makefile 0.4%