Looking for an MP player / recorder for Arduino Zero

Hi all,

I would like to know by which MP3 module can be replaced the Adafruit VS1053 . It should be able to play MP3 files and to record conveniently into MP3 (or Ogg Vorbis).

The issue with VS1053 line is that its libraries are not usable with Arduino Zero.

Thank you

I think you'll have a hard time finding anything with libraries for such a recently released Arduino board. You may need to write your own library code...

Hi,
Thanks for your reply.
The problem is that I have several modules that use libraries that are not yet updated for this processor, not only MP3 player.

The coding of our project was realized on Arduino Uno awaiting the release of the card Zero but to date, there are too many libraries that have not been ported to this processor

The basic principle of Arduino is to simplify the coding relying on libraries. If these libraries are not usable, may be the question must be asked for the platform change.