Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified AudioFileSource ID3 to enable tag skipping. #350

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 15, 2020

  1. Modified AudioFileSourceFS.h to add resolution operator on items defi…

    …ned into the fs namespace in esp32 libraries.
    Pierre-Loup Martin committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    0c77a0a View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Added track, set, popularimeter, compilation tags.

    Changed framesize loop with 32bit counter to avoid endless loops for large frames (like APIC).
    Pierre-Loup Martin committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    0b17ae0 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Modified AudioFileSourceID3 :

    In callback, corrected typo : 'Track' instead of 'track'.
    Added 'skip' boolean in the constructor, so the whole tag can be skipped once its size is known.
    Pierre-Loup Martin committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    c383e55 View commit details
    Browse the repository at this point in the history